Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.02 KB

WalletTransactionListResponse.md

File metadata and controls

15 lines (10 loc) · 1.02 KB

WalletTransactionListResponse

WalletTransactionListResponse defines the response schema for /wallet/transaction/list

Properties

Name Type Description Notes
transactions [WalletTransaction] An array of transactions of an e-wallet, associated with the given `wallet_id`
request_id str A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
next_cursor str Cursor used for fetching transactions created before the latest transaction provided in this response [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]