concessionCategory property
The concession category for the ticket. Possible string values are:
- "CONCESSION_CATEGORY_UNSPECIFIED"
- "ADULT"
- "adult" : Legacy alias for
ADULT
. Deprecated. - "CHILD"
- "child" : Legacy alias for
CHILD
. Deprecated. - "SENIOR"
- "senior" : Legacy alias for
SENIOR
. Deprecated.
Implementation
core.String? concessionCategory;