makes plaid really usable, allowing choosing on bank screen, and searchable on vendors page.

This commit is contained in:
Bryce
2023-07-22 21:33:06 -07:00
parent ff2d64fee5
commit dfd1af77c4
15 changed files with 101 additions and 21 deletions

View File

@@ -176,6 +176,7 @@
:print_as {:type 'String}
:primary_contact {:type :contact}
:plaid_merchant {:type :plaid_merchant}
:secondary_contact {:type :contact}
:address {:type :address}
@@ -210,6 +211,9 @@
:yodlee_id {:type 'String}
:name {:type 'String}}}
:plaid_merchant {:fields {:id {:type :id}
:name {:type 'String}}}
:intuit_bank_account {:fields {:id {:type :id}
:external_id {:type 'String}
:name {:type 'String}}}
@@ -470,6 +474,7 @@
:secondary_contact {:type :add_contact}
:address {:type :add_address}
:default_account_id {:type :id}
:plaid_merchant {:type :id}
:account_overrides {:type '(list :add_account_override)}
:schedule_payment_dom {:type '(list :add_schedule_payment_dom)}
:invoice_reminder_schedule {:type 'String}
@@ -882,3 +887,4 @@
:exception e)
(throw e))))))))))