Skip to main content

Interface: CartTotal

Defined in: type/CartTotal.ts:4

Object class for CartTotal

Properties

discount

discount: number

Defined in: type/CartTotal.ts:20

Discount that is applied to the order total through one or multiple incentives. Excluding VAT.


discountNet

discountNet: number

Defined in: type/CartTotal.ts:18

Discount that is applied to the order total through one or multiple incentives. Including VAT.


discountPercentage

discountPercentage: number

Defined in: type/CartTotal.ts:12

Discount percentage that is applied to the order total through one or multiple incentives.


subTotal

subTotal: number

Defined in: type/CartTotal.ts:7

Total payable amount of all items in this cart, excluding postage, paymethods costs and discounts. Excluding VAT


subTotalNet

subTotalNet: number

Defined in: type/CartTotal.ts:10

Total payable amount of all items in this cart, excluding postage, paymethods costs and discounts. Including VAT


totalGross

totalGross: number

Defined in: type/CartTotal.ts:16

Total payable amount for this cart. Excluding VAT


totalNet

totalNet: number

Defined in: type/CartTotal.ts:14

Total payable amount for this cart. Including VAT