RegistrationDiscountCodeApplicability
Defines the applicability of a registration discount code.
type RegistrationDiscountCodeApplicability {
appliesToAllRegistrationTypes: Boolean!
registrationTypes: [RegistrationType!]!
}
Fields
RegistrationDiscountCodeApplicability.appliesToAllRegistrationTypes
● Boolean!
non-null scalar
Defines whether the discount code applies to all registration types defined in the event.
RegistrationDiscountCodeApplicability.registrationTypes
● [RegistrationType!]!
non-null object
A list of registration types that the discount code can be applied to.
If appliesToAllRegistrationTypes
is true
then this list will be empty.
Member Of
RegistrationDiscountCode
object