CartTaxLevel
No description
type CartTaxLevel {
taxPercentage: Int!
price: Float!
discount: Float
}
Fields
CartTaxLevel.taxPercentage
● Int!
non-null scalar
Tax level's percentage
CartTaxLevel.price
● Float!
non-null scalar
Total tax added for to the cart for the tax level's tax code
CartTaxLevel.discount
● Float
scalar
Total discount for the tax level's code
Member Of
Cart
object