CartSummaryType
No description
type CartSummaryType {
total: PriceType
subTotal: PriceType
vats: [VatGroupType]
fees: CartFeesType
balance: BalanceType
fixedAmountDiscountIncVat: Decimal!
fixedAmountDiscountExVat: Decimal!
shipping: ShippingOptionType
payment: PaymentOptionType
}
Fields
CartSummaryType.total
● PriceType
object
CartSummaryType.subTotal
● PriceType
object
CartSummaryType.vats
● [VatGroupType]
list object
CartSummaryType.fees
● CartFeesType
object
CartSummaryType.balance
● BalanceType
object
CartSummaryType.fixedAmountDiscountIncVat
● Decimal!
non-null scalar
CartSummaryType.fixedAmountDiscountExVat
● Decimal!
non-null scalar
CartSummaryType.shipping
● ShippingOptionType
object
CartSummaryType.payment
● PaymentOptionType
object
Member Of
CartType
object