Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 612 Bytes

File metadata and controls

27 lines (13 loc) · 612 Bytes

UltraCartRestApiV2.ItemTax

Properties

Name Type Description Notes
exemptions [ItemTaxExemption] Exemptions [optional]
tax_free Boolean True if tax free [optional]
tax_product_type String Tax product type [optional]
taxable_cost Number Taxable cost if different than regular cost [optional]

Enum: TaxProductTypeEnum

  • empty (value: "")

  • digital (value: "digital")

  • physical (value: "physical")

  • service (value: "service")