Transaction listing
{
Attribute | Data type | Description |
---|---|---|
uploaded_docs | Map of Documents | Document PKs as keys mapped to corresponding Documents. This represents all the Documents in a Book. |
bank_accounts | Map of Bank Accounts | Bank Account PKs as keys mapped to corresponding Bank Accounts. This returns all the Bank Accounts captured in a Book. |
txns | List of Transactions | List of all the Transactions in a Book, listed by order captured. |
}
Updated over 1 year ago