Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 2.17 KB

File metadata and controls

25 lines (21 loc) · 2.17 KB

UltraCartRestApiV2.OrderTaxes

Properties

Name Type Description Notes
arbitrary_tax Number Arbitrary Tax, this is meaningless for updating an order. For inserting a new order, this will override any internal tax calculations and should only be used for orders completed outside the system. [optional]
arbitrary_tax_rate Number Arbitrary tax rate, this is meaningless for updating an order. For inserting a new order, this will override any internal tax calculations and should only be used for orders completed outside the system. [optional]
arbitrary_taxable_subtotal Number Arbitrary taxable subtotal, this is meaningless for updating an order. For inserting a new order, this will override any internal tax calculations and should only be used for orders completed outside the system. [optional]
tax_city_accounting_code String QuickBooks tax city code [optional]
tax_country_accounting_code String QuickBooks tax country code [optional]
tax_county String County used for tax calculation purposes (only in the United States) [optional]
tax_county_accounting_code String QuickBooks tax county code [optional]
tax_gift_charge Boolean True if gift charge is taxed [optional]
tax_postal_code_accounting_code String QuickBooks tax postal code code [optional]
tax_rate Number Tax rate, this is meaningless for updating an order. For inserting a new order, if you need to override internal tax calculations, use the arbitrary fields. [optional]
tax_rate_city Number Tax rate at the city level [optional]
tax_rate_country Number Tax rate at the country level [optional]
tax_rate_county Number Tax rate at the county level [optional]
tax_rate_postal_code Number Tax rate at the postal code level [optional]
tax_rate_state Number Tax rate at the state level [optional]
tax_shipping Boolean True if shipping is taxed [optional]
tax_state_accounting_code String QuickBooks tax state code [optional]