DiscountFixedAmountValue
The value of a fixed amount discount
type DiscountFixedAmountValue {
fixedAmount: Float!
}
Fields
DiscountFixedAmountValue.fixedAmount ● Float! non-null scalar
The monetary value of the discount
Implemented By
DiscountAmount union