FunctionDiscountCodeApplicability
Defines the applicability of a function registration discount code.
type FunctionDiscountCodeApplicability {
appliesToAllFunctionFeeTypes: Boolean!
functionFeeTypes: [FunctionFeeType!]!
}
Fields
FunctionDiscountCodeApplicability.appliesToAllFunctionFeeTypes ● Boolean! non-null scalar
Defines whether the discount code applies to all function fee types defined in the event.
FunctionDiscountCodeApplicability.functionFeeTypes ● [FunctionFeeType!]! non-null object
A list of function fee types that the discount code can be applied to.
If appliesToAllFunctionFeeTypes is true then this list will be empty.
Member Of
FunctionDiscountCode object