TaxAmount
Tax amounts used within the Cart
type TaxAmount {
title: String!
amount: Float!
}
Fields
TaxAmount.title
● String!
non-null scalar
TaxAmount.amount
● Float!
non-null scalar
Member of
Invoice
object