-
Notifications
You must be signed in to change notification settings - Fork 36
Sean Callan edited this page Jun 9, 2020
·
1 revision
Represents a tax jurisdiction in the system.
-
id INTEGER -
-
code STRING -
-
name STRING -
-
percent - DECIMAL In decimal form, i.e. 1.5% = 0.0015
-
percent_formatted - DECIMAL In print form, i.e. 1.5% = "1.5"
-
account OBJECT - The Beans_Account tied to this tax.
-
total - DECIMAL The total amount of this tax that has been collected.
-
balance - DECIMAL
-
date_due STRING - The next payment YYYY-MM-DD due date.
-
date_due_months_increment -
-
license STRING -
-
authority STRING -
-
address1 STRING - The address that payments are remitted to.
-
address2 STRING -
-
city STRING -
-
state STRING -
-
zip STRING -
-
country STRING -
-
visible BOOLEAN -