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