shows expected deposit totals.
This commit is contained in:
@@ -27,15 +27,19 @@
|
||||
(result->page expected-deposits expected-deposit-count :expected_deposits args)))
|
||||
|
||||
(def objects
|
||||
{:expected_deposit {:fields {:id {:type :id}
|
||||
:location {:type 'String}
|
||||
:external_id {:type 'String}
|
||||
:total {:type :money}
|
||||
:transaction {:type :transaction}
|
||||
:status {:type :expected_deposit_status}
|
||||
:fee {:type :money}
|
||||
:client {:type :client}
|
||||
:date {:type 'String}}}
|
||||
{:expected_deposit_total {:fields {:date {:type :iso_date}
|
||||
:count {:type 'Int}
|
||||
:amount {:type :money}}}
|
||||
:expected_deposit {:fields {:id {:type :id}
|
||||
:location {:type 'String}
|
||||
:external_id {:type 'String}
|
||||
:total {:type :money}
|
||||
:transaction {:type :transaction}
|
||||
:status {:type :expected_deposit_status}
|
||||
:fee {:type :money}
|
||||
:client {:type :client}
|
||||
:date {:type 'String}
|
||||
:totals {:type '(list :expected_deposit_total)}}}
|
||||
|
||||
:expected_deposit_page {:fields {:expected_deposits {:type '(list :expected_deposit)}
|
||||
:count {:type 'Int}
|
||||
|
||||
Reference in New Issue
Block a user