EventimAmountColumnDetailDto
Represents a label for an amount detail line in price breakdowns.
colIdinteger<int32>required
The index of the amount column.
labelstringnullable
The display label for this amount column.
calculationMethodinteger<int32>required
The calculation method for this amount column.
EventimAmountColumnDetailDto
{
"colId": 0,
"label": "string",
"calculationMethod": 0
}