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