CartTotal
No description
type CartTotal {
subTotal: Float!
subTotalNet: Float!
discountPercentage: Float!
totalNet: Float!
totalGross: Float!
discountNet: Float!
discount: Float!
}
Fields
CartTotal.subTotal
● Float!
non-null scalar
Total payable amount of all items in this cart, excluding postage, paymethods costs and discounts. Excluding VAT
CartTotal.subTotalNet
● Float!
non-null scalar
Total payable amount of all items in this cart, excluding postage, paymethods costs and discounts. Including VAT
CartTotal.discountPercentage
● Float!
non-null scalar
Discount percentage that is applied to the order total through one or multiple incentives.
CartTotal.totalNet
● Float!
non-null scalar
Total payable amount for this cart. Including VAT
CartTotal.totalGross
● Float!
non-null scalar
Total payable amount for this cart. Excluding VAT
CartTotal.discountNet
● Float!
non-null scalar
Discount that is applied to the order total through one or multiple incentives. Including VAT.
CartTotal.discount
● Float!
non-null scalar
Discount that is applied to the order total through one or multiple incentives. Excluding VAT.
Member Of
Cart
object