WalletListRequest defines the request schema for /wallet/list
Name | Type | Description | Notes |
---|---|---|---|
client_id | str | Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body. | [optional] |
secret | str | Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body. | [optional] |
iso_currency_code | WalletISOCurrencyCode | [optional] | |
cursor | str | A base64 value representing the latest e-wallet that has already been requested. Set this to `next_cursor` received from the previous `/wallet/list` request. If provided, the response will only contain e-wallets created before that e-wallet. If omitted, the response will contain e-wallets starting from the most recent, and in descending order. | [optional] |
count | int | The number of e-wallets to fetch | [optional] if omitted the server will use the default value of 10 |
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] |