DiscountType
Defines the type of discount.
enum DiscountType {
PERCENTAGE_OFF_FEE
SET_AMOUNT_OFF_FEE
}
Values
DiscountType.PERCENTAGE_OFF_FEE
The discount code give access to a percentage of the standard fee being taken off.
DiscountType.SET_AMOUNT_OFF_FEE
The discount code gives access to a set amount taken off the standard fee.
Member Of
CourseDiscountCode object ● CreateFunctionDiscountCodeInput input ● CreateRegistrationDiscountCodeInput input ● FunctionDiscountCode object ● MembershipDiscountCode object ● RegistrationDiscountCode object ● UpdateFunctionDiscountCodeInput input ● UpdateRegistrationDiscountCodeInput input