TaxType
Tax type information
type TaxType {
taxCode: String
description: String
}
Fields
TaxType.taxCode ● String scalar
Tax code from the tax gateway.
TaxType.description ● String scalar
Description of the tax type.
Returned By
taxTypes query
Member Of
Product object ● ProductType object