Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.05 KB

TaxCity.md

File metadata and controls

18 lines (14 loc) · 1.05 KB

TaxCity

Properties

Name Type Description Notes
accounting_code str Accounting code for programs such as QuickBooks [optional]
city str City [optional]
city_oid int Tax record object identifier used internally by database [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 city [optional]
dont_collect_postal_code bool Flag instructing engine to not collect postal code tax for this city [optional]
postal_codes list[TaxPostalCode] Postal Codes within this city [optional]
tax_rate float Tax Rate [optional]
tax_rate_formatted str Tax rate formatted [optional]

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