Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 627 Bytes

File metadata and controls

24 lines (18 loc) · 627 Bytes

UltracartClient::ItemTax

Properties

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

Example

require 'ultracart_api'

instance = UltracartClient::ItemTax.new(
  exemptions: null,
  tax_free: null,
  tax_product_type: null,
  taxable_cost: null
)