PriceRule
Price rule for an event or event template
graphql
type PriceRule {
id: ID!
maxPax: Int
minPax: Int
priceCategory: PriceCategory!
product: Product!
}
Fields
PriceRule.id · ID! non-null scalar
PriceRule.maxPax · Int scalar
PriceRule.minPax · Int scalar
PriceRule.priceCategory · PriceCategory! non-null object
PriceRule.product · Product! non-null object
Member Of
Admission object · Event object · EventTemplate object · PotentialEvent object
Implemented By
PriceOriginUnion union