Interface: OrderTotalUpdateInput
Defined in: type/OrderTotalUpdateInput.ts:5
Input object for OrderTotalUpdateInput
Properties
discountType?
optionaldiscountType?:OrderDiscountType
Defined in: type/OrderTotalUpdateInput.ts:13
The type of global discount
discountValue?
optionaldiscountValue?:number
Defined in: type/OrderTotalUpdateInput.ts:15
The discount value, can be absolute or a percentage depending on the discountType
gross?
optionalgross?:number
Defined in: type/OrderTotalUpdateInput.ts:7
The total of this Order excluding tax
net?
optionalnet?:number
Defined in: type/OrderTotalUpdateInput.ts:9
The total of this Order including tax
tax?
optionaltax?:number
Defined in: type/OrderTotalUpdateInput.ts:11
The total amount of tax for this Order