Sha256: 36975f359f18b2c3e63afcdda5b41ac0884ab760d02a6debd62289c8bd0a354b
Contents?: true
Size: 627 Bytes
Versions: 196
Compression:
Stored size: 627 Bytes
Contents
# UltracartClient::ItemTax ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **exemptions** | [**Array<ItemTaxExemption>**](ItemTaxExemption.md) | 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 ```ruby require 'ultracart_api' instance = UltracartClient::ItemTax.new( exemptions: null, tax_free: null, tax_product_type: null, taxable_cost: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems