OnlineGroupRegistrationRules
Defines how a registration discount code applies to online group registrations.
type OnlineGroupRegistrationRules {
appliesTo: OnlineGroupRegistrationRulesAppliesTo!
groupSizeRestriction: OnlineGroupSizeRestriction
}
Fields
OnlineGroupRegistrationRules.appliesTo ● OnlineGroupRegistrationRulesAppliesTo! non-null enum
Defines which group members the discount code applies to.
OnlineGroupRegistrationRules.groupSizeRestriction ● OnlineGroupSizeRestriction object
When set, restricts the discount code to apply only to online group registrations within the specified size range. If null, the discount code applies to online group registrations of any size. Optional.
Member Of
RegistrationDiscountCode object