Skip to main content

CartPaymentData

No description

type CartPaymentData {
method: String!
price: Float
priceNet: Float
priceMode: PriceMode
tax: Float!
taxPercentage: Int
status: String
statusDate: DateTime
}

Fields

CartPaymentData.method ● String! non-null scalar

Selected paymethod for this cart. Defaults to ACCOUNT.

CartPaymentData.price ● Float scalar

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

CartPaymentData.priceNet ● Float scalar

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

CartPaymentData.priceMode ● PriceMode enum

CartPaymentData.tax ● Float! non-null scalar

Tax associated with the selected paymethod on this cart.

CartPaymentData.taxPercentage ● Int scalar

Tax percentage associated with the selected paymethod on this cart.

CartPaymentData.status ● String scalar

Payment status

CartPaymentData.statusDate ● DateTime scalar

Payment status date

Member Of

Cart object