Sha256: c18e38d3dc1b37a99cc62ad25eeca94a3af4dd96ffe9b5c8c962988e81d6e06c
Contents?: true
Size: 1.4 KB
Versions: 11
Compression:
Stored size: 1.4 KB
Contents
# BudgeaClient::Account ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the account | **id_connection** | **Integer** | ID of the related connection | [optional] **id_user** | **Integer** | ID of the related user | **id_parent** | **Integer** | Id of the parent account | [optional] **number** | **String** | Account number | [optional] **original_name** | **String** | Original name of the account on the bank | **balance** | **Float** | Balance of the account | **coming** | **Float** | Amount of coming operations not yet debited | [optional] [default to 0.0] **display** | **BOOLEAN** | Display this account in accounts list | [default to true] **last_update** | **DateTime** | Last successful update of the account | [optional] **deleted** | **DateTime** | This account is not found on the website anymore | [optional] **disabled** | **DateTime** | This account has been deleted by user and will not be synchronized anymore | [optional] **iban** | **String** | Account IBAN | [optional] **currency** | **Object** | Account currency | [optional] **id_type** | **Integer** | ID of the account type | [optional] **bookmarked** | **Integer** | This account has been bookmarked by user | **name** | **String** | Name of the account | [optional] **error** | **String** | If the last update has failed, the error code | [optional]
Version data entries
11 entries across 11 versions & 1 rubygems