Skip to main content

PriceCellDto

Represents a single price cell for an event session, rate, and category combination.

eventSessionIdinteger<int32>required

Session identifier.

rateIdinteger<int32>required

Rate identifier.

categoryIdinteger<int32>required

Category identifier.

amountnumber<double>required

Base price amount.

feesnumber<double>required

Fees amount.

PriceCellDto
{
"eventSessionId": 0,
"rateId": 0,
"categoryId": 0,
"amount": 0,
"fees": 0
}