Sha256: dad504d7b1fa55833e08c78af47b70b1c56cb713ea049ddaa58f0c48facf5862
Contents?: true
Size: 1.3 KB
Versions: 196
Compression:
Stored size: 1.3 KB
Contents
# UltracartClient::TaxCountry ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **accounting_code** | **String** | Accounting code for programs such as QuickBooks | [optional] | | **country_code** | **String** | Country code (2 characters | [optional] | | **country_oid** | **Integer** | Tax record object identifier used internally by database | [optional] | | **states** | [**Array<TaxState>**](TaxState.md) | States (or regions or territories) within this country | [optional] | | **tax_gift_charge** | **Boolean** | True if taxation within this jurisdiction should charge tax on gift charge | [optional] | | **tax_gift_wrap** | **Boolean** | True if taxation within this jurisdiction should charge tax on gift wrap | [optional] | | **tax_rate** | **Float** | Tax Rate | [optional] | | **tax_rate_formatted** | **String** | Tax rate formatted | [optional] | | **tax_shipping** | **Boolean** | True if taxation within this jurisdiction should charge tax on shipping | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::TaxCountry.new( accounting_code: null, country_code: null, country_oid: null, states: null, tax_gift_charge: null, tax_gift_wrap: null, tax_rate: null, tax_rate_formatted: null, tax_shipping: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems