Adds ability to filter by category, adds invoice allowance as an account option
This commit is contained in:
@@ -246,6 +246,7 @@
|
||||
|
||||
:account {:fields {:id {:type :id}
|
||||
:numeric_code {:type 'Int}
|
||||
:invoice_allowance {:type :allowance}
|
||||
:type {:type :ident}
|
||||
:applicability {:type :applicability}
|
||||
:account_set {:type 'String}
|
||||
@@ -500,6 +501,7 @@
|
||||
{:fields {:id {:type :id}
|
||||
:type {:type :account_type}
|
||||
:applicability {:type :applicability}
|
||||
:invoice_allowance {:type :allowance}
|
||||
:numeric_code {:type 'Int}
|
||||
:location {:type 'String}
|
||||
:account_set {:type 'String}
|
||||
@@ -517,6 +519,10 @@
|
||||
:integration_state {:values [{:enum-value :failed}
|
||||
{:enum-value :success}
|
||||
{:enum-value :unauthorized}]}
|
||||
:allowance {:values [{:enum-value :allowed}
|
||||
{:enum-value :denied}
|
||||
{:enum-value :warn}
|
||||
{:enum-value :admin_only}]}
|
||||
:tin_type {:values [{:enum-value :ein}
|
||||
{:enum-value :ssn}]}
|
||||
:type_1099 {:values [{:enum-value :none}
|
||||
|
||||
Reference in New Issue
Block a user