FinancialAccount
Properties
| Name | Type | Description | Notes |
| id | str | | [optional] |
| issuer | str, none_type | | [optional] |
| logo_url | str, none_type | | [optional] |
| category_id | str, none_type | | [optional] |
| category_name | str, none_type | | [optional] |
| account_name | str, none_type | | [optional] |
| account_logo_url | str, none_type | | [optional] |
| balance | str, none_type | | [optional] |
| balance_type | str, none_type | | [optional] |
| is_shared | bool | | [optional] |
| shared_with | [SharedWith], none_type | | [optional] |
| is_received | bool | | [optional] |
| expires_at_utc | datetime | | [optional] |
| activities | [Activity], none_type | | [optional] |
| approved_consent_requests | [ApprovedConsentRequest], none_type | | [optional] |
[Back to Model list] [Back to API list] [Back to README]