CartFeesType
No description
type CartFeesType {
paymentFeeIncVat: Decimal!
paymentFeeExVat: Decimal!
shippingFeeIncVat: Decimal!
shippingFeeExVat: Decimal!
}
Fields
CartFeesType.paymentFeeIncVat ● Decimal! non-null scalar
CartFeesType.paymentFeeExVat ● Decimal! non-null scalar
CartFeesType.shippingFeeIncVat ● Decimal! non-null scalar
CartFeesType.shippingFeeExVat ● Decimal! non-null scalar
Member Of
CartSummaryType object