SeatBenefit
Public fixed or buyer-selected seat capacity; association with a same-purchase entitlement is checked by Offer.
Declaration
Section titled “Declaration”const SeatBenefit: Schema.Struct<{ pool: Schema.brand<Schema.String, "SeatPoolKey">; quantity: Schema.Union<readonly [Schema.brand<Schema.Int, "SeatCapacityQuantity">, Schema.Literal<"purchase_quantity">]>; entitlement: Schema.brand<Schema.String, "EntitlementKey">; validity: Schema.Literal<"while_entitled">; type: Schema.tag<"seat_capacity">;}>;