CourseDiscountCodeApplicability
Defines the applicability of a course registration discount code.
type CourseDiscountCodeApplicability {
appliesToAllCourseFeeTypes: Boolean!
courseFeeTypes: [CourseFeeType!]!
}
Fields
CourseDiscountCodeApplicability.appliesToAllCourseFeeTypes
● Boolean!
non-null scalar
Defines whether the discount code applies to all course fee types defined in the event or contact store.
CourseDiscountCodeApplicability.courseFeeTypes
● [CourseFeeType!]!
non-null object
A list of course fee types that the discount code can be applied to.
If appliesToAllCourseFeeTypes
is true
then this list will be empty.
Member Of
CourseDiscountCode
object