TenderDiscountInput
No description
input TenderDiscountInput {
type: OrderDiscountType!
value: Float!
}
Fields
TenderDiscountInput.type
● OrderDiscountType!
non-null enum
Order discount type
TenderDiscountInput.value
● Float!
non-null scalar
Discount amount/ percentage, depending on discount type
Member Of
tenderUpdateDiscount
mutation