Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.09 KB

TaxCity.md

File metadata and controls

18 lines (14 loc) · 1.09 KB

com.ultracart.admin.v2.Model.TaxCity

Properties

Name Type Description Notes
AccountingCode string Accounting code for programs such as QuickBooks [optional]
City string City [optional]
CityOid int? Tax record object identifier used internally by database [optional]
CountyOid int? Tax record object identifier used internally by database [optional]
DontCollectCity bool? Flag instructing engine to not collect city tax for this city [optional]
DontCollectPostalCode bool? Flag instructing engine to not collect postal code tax for this city [optional]
PostalCodes List<TaxPostalCode> Postal Codes within this city [optional]
TaxRate decimal? Tax Rate [optional]
TaxRateFormatted string Tax rate formatted [optional]

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