adding yodlee vetndors.
This commit is contained in:
@@ -151,13 +151,16 @@
|
||||
:invoices {:type '(list :invoice_payment)}
|
||||
}}
|
||||
|
||||
:yodlee_merchant {:fields {:id {:type 'String}
|
||||
:name {:type 'String}}}
|
||||
|
||||
:transaction {:fields {:id {:type :id}
|
||||
:amount {:type 'String}
|
||||
:description_original {:type 'String}
|
||||
:description_simple {:type 'String}
|
||||
:location {:type 'String}
|
||||
:status {:type 'String}
|
||||
:merchant_name {:type 'String}
|
||||
:yodlee_merchant {:type :yodlee_merchant}
|
||||
:client {:type :client}
|
||||
:account {:type :account}
|
||||
:payment {:type :payment}
|
||||
|
||||
Reference in New Issue
Block a user