Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.18 KB

TaxCounty.md

File metadata and controls

19 lines (15 loc) · 1.18 KB

TaxCounty

Properties

Name Type Description Notes
accounting_code string Accounting code for programs such as QuickBooks [optional]
cities \ultracart\v2\models\TaxCity[] Cities within this city [optional]
county string County [optional]
county_oid int Tax record object identifier used internally by database [optional]
dont_collect_city bool Flag instructing engine to not collect city tax for this county [optional]
dont_collect_county bool Flag instructing engine to not collect county tax for this county [optional]
dont_collect_postal_code bool Flag instructing engine to not collect postal code tax for this county [optional]
state_oid int Tax record object identifier used internally by database [optional]
tax_rate float Tax Rate [optional]
tax_rate_formatted string Tax rate formatted [optional]

[Back to Model list] [Back to API list] [Back to README]