TaxType
Representation of tax types fetched from tax gateway.
type TaxType {
description: String
taxCode: String
}
Fields
TaxType.description
● String
scalar
Description of the tax type.
TaxType.taxCode
● String
scalar
External tax code used to identify given tax group.
Returned by
taxTypes
query
Member of
Product
object ● ProductType
object