Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 690 Bytes

File metadata and controls

27 lines (15 loc) · 690 Bytes

ItemTax

Properties

Name Type Description Notes
exemptions List<ItemTaxExemption> Exemptions [optional]
taxFree Boolean True if tax free [optional]
taxProductType TaxProductTypeEnum Tax product type [optional]
taxableCost BigDecimal Taxable cost if different than regular cost [optional]

Enum: TaxProductTypeEnum

Name Value
EMPTY ""
DIGITAL "digital"
PHYSICAL "physical"
SERVICE "service"