Discount
Defines the details about a discount.
union Discount = PercentageOffFeeDiscount | SetAmountOffFeeDiscount
Possible types
Discount.PercentageOffFeeDiscount
object
Defines a discount where a percentage is taken off the fee.
Discount.SetAmountOffFeeDiscount
object
Defines a discount where a set amount is taken off the fee.
Member Of
FunctionDiscountCode
object ● RegistrationDiscountCode
object