Skip to main content

OrderTotalUpdateInput

No description

input OrderTotalUpdateInput {
gross: Float
net: Float
tax: Float
discountType: OrderDiscountType
discountValue: Float
}

Fields

OrderTotalUpdateInput.gross ● Float scalar

The total of this Order excluding tax

OrderTotalUpdateInput.net ● Float scalar

The total of this Order including tax

OrderTotalUpdateInput.tax ● Float scalar

The total amount of tax for this Order

OrderTotalUpdateInput.discountType ● OrderDiscountType enum

The type of global discount

OrderTotalUpdateInput.discountValue ● Float scalar

The discount value, can be absolute or a percentage depending on the discountType

Member Of

OrderUpdateInput input