Skip to main content

EventimAmountColumnValueDto

Represents a detailed amount component in a price breakdown.

colIdinteger<int32>required

Column identifier matching the amount label definition.

amountnumber<double>required

Amount value for this component (e.g., base price, tax, fee).

EventimAmountColumnValueDto
{
"colId": 0,
"amount": 0
}