Skip to main content

Interface: OrderTotalUpdateInput

Defined in: type/OrderTotalUpdateInput.ts:5

Input object for OrderTotalUpdateInput

Properties

discountType?

optional discountType?: OrderDiscountType

Defined in: type/OrderTotalUpdateInput.ts:13

The type of global discount


discountValue?

optional discountValue?: number

Defined in: type/OrderTotalUpdateInput.ts:15

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


gross?

optional gross?: number

Defined in: type/OrderTotalUpdateInput.ts:7

The total of this Order excluding tax


net?

optional net?: number

Defined in: type/OrderTotalUpdateInput.ts:9

The total of this Order including tax


tax?

optional tax?: number

Defined in: type/OrderTotalUpdateInput.ts:11

The total amount of tax for this Order