CartPaymentData
No description
type CartPaymentData {
netAmount: Float!
grossAmount: Float!
tax: Float!
taxPercentage: Float!
method: String!
}
Fields
CartPaymentData.netAmount ● Float! non-null scalar
The costs associated with the selected paymethod on this cart. Including VAT.
CartPaymentData.grossAmount ● Float! non-null scalar
The costs associated with the selected paymethod on this cart. Excluding VAT.
CartPaymentData.tax ● Float! non-null scalar
The tax associated with the selected paymethod on this cart.
CartPaymentData.taxPercentage ● Float! non-null scalar
The tax percentage associated with the selected paymethod on this cart.
CartPaymentData.method ● String! non-null scalar
The selected paymethod for this cart. Defaults to REKENING.