Class EventPrice
The class is conditionally abstract in: php, php/client, php/server
Properties
- eventid (int)
- pricecategoryid (int)
- pricecategory (PriceCategory)
- maxavailable (int32)
- price (int32)
- prio (int32)
- flags (string)
- tags (string)
- canuse (bool)
- amounttickets (int)
calculated property: contains the amount of tickets currently contained in this price, ignored if sent from client
- amountticketsblock (int)
calculated property: contains the amount of tickets currently contained in this price that are actually usable or reserved, ignored if sent from client
Property | Column |
amounttickets | amounttickets |
amountticketsblock | amountticketsblock |
canuse | canuse |
eventid | eventid |
flags | flags |
maxavailable | maxavailable |
price | price |
pricecategory | pricecategory |
pricecategoryid | pricecategoryid |
prio | prio |
tags | tags |