TaxAddress
The Tax Address associated with the Cart
type TaxAddress {
  countryCode: String
  postalCode: String!
}
Fields
TaxAddress.countryCode ● String scalar
Country code for tax
TaxAddress.postalCode ● String! non-null scalar
Postal code for tax
Member of
Cart  object