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?
optionalprice?:number
Defined in: type/CartPaymentData.ts:9
Costs associated with the selected paymethod on this cart. Excluding VAT.
priceMode?
optionalpriceMode?:PriceMode
Defined in: type/CartPaymentData.ts:13
priceMode field
priceNet?
optionalpriceNet?:number
Defined in: type/CartPaymentData.ts:11
Costs associated with the selected paymethod on this cart. Including VAT.
status?
optionalstatus?:string
Defined in: type/CartPaymentData.ts:19
Payment status
statusDate?
optionalstatusDate?: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?
optionaltaxPercentage?:number
Defined in: type/CartPaymentData.ts:17
Tax percentage associated with the selected paymethod on this cart.