Sha256: 594ea16ae762e291cf8cf22ae1f01d33e8db2bdcea29ad3db6814d80deb0204f

Contents?: true

Size: 875 Bytes

Versions: 11

Compression:

Stored size: 875 Bytes

Contents

# BudgeaClient::Connection

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **Integer** | ID of connection | 
**id_user** | **Integer** | ID of the related user | [optional] 
**id_bank** | **Integer** | ID of the related bank or provider | 
**last_update** | **DateTime** | Last successful update | [optional] 
**error** | **String** | If the last update has failed, the error code | [optional] 
**expire** | **DateTime** | Expiration of the connection. Used during add of a two-factor authentication, to purge the connection if the user abort | [optional] 
**active** | **BOOLEAN** | This connection is active and will be automatically synced | [default to true]
**last_push** | **DateTime** | Last successful push | [optional] 
**next_try** | **DateTime** | Date of next synchronization | [optional] 


Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
budgea_client-1.3.9 docs/Connection.md
budgea_client-1.3.6 docs/Connection.md
budgea_client-1.3.5 docs/Connection.md
budgea_client-1.3.4 docs/Connection.md
budgea_client-1.3.3 docs/Connection.md
budgea_client-1.3.2 docs/Connection.md
budgea_client-1.3.1 docs/Connection.md
budgea_client-1.3.0 docs/Connection.md
budgea_client-1.2.0 docs/Connection.md
budgea_client-1.1.0 docs/Connection.md
budgea_client-1.0.0 docs/Connection.md