Skip to main content

Interface: CartPaymentData

Defined in: type/CartPaymentData.ts:5

Object class for CartPaymentData

Properties

method

method: string

Defined in: type/CartPaymentData.ts:7

Selected paymethod for this cart. Defaults to ACCOUNT.


price?

optional price?: number

Defined in: type/CartPaymentData.ts:9

Costs associated with the selected paymethod on this cart. Excluding VAT.


priceMode?

optional priceMode?: PriceMode

Defined in: type/CartPaymentData.ts:13

priceMode field


priceNet?

optional priceNet?: number

Defined in: type/CartPaymentData.ts:11

Costs associated with the selected paymethod on this cart. Including VAT.


status?

optional status?: string

Defined in: type/CartPaymentData.ts:19

Payment status


statusDate?

optional statusDate?: string

Defined in: type/CartPaymentData.ts:21

Payment status date


tax

tax: number

Defined in: type/CartPaymentData.ts:15

Tax associated with the selected paymethod on this cart.


taxPercentage?

optional taxPercentage?: number

Defined in: type/CartPaymentData.ts:17

Tax percentage associated with the selected paymethod on this cart.