PercentageOffFeeDiscount
Defines a discount where a percentage is taken off the fee.
type PercentageOffFeeDiscount {
percentage: NonNegativeFloat!
}
Fields
PercentageOffFeeDiscount.percentage
● NonNegativeFloat!
non-null scalar
Implemented By
Discount
union