Sha256: 4567e44544fc4fe0da517d55a80d429ff881febc8ab230ec3f9469f5dca29ba1
Contents?: true
Size: 1.18 KB
Versions: 4
Compression:
Stored size: 1.18 KB
Contents
# BudgeaClient::Connector ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the connector | **name** | **String** | Name of the bank or provider | **id_weboob** | **String** | | **hidden** | **BOOLEAN** | This connector is hidden from your users | [optional] [default to false] **charged** | **BOOLEAN** | Usage of this connector is charged | [default to true] **code** | **String** | Bank code | [optional] **beta** | **BOOLEAN** | If true, this connector is perhaps unstable :) | [default to false] **color** | **String** | Main color of the bank or provider | [optional] **slug** | **String** | | [optional] **sync_frequency** | **Float** | How many days to wait between syncs | [optional] **months_to_fetch** | **Integer** | How many months of history to fetch | [optional] **account_types** | **Array<String>** | | [optional] **auth_mechanism** | **String** | Authentication mechanism to use | [optional] **siret** | **String** | SIRET code for Bill modules | [optional] **uuid** | **String** | Unique connector identifier | **fields** | [**Array<Field>**](Field.md) | | [optional]
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-3.0.1 | docs/Connector.md |
budgea_client-3.0.0 | docs/Connector.md |
budgea_client-2.0.2 | docs/Connector.md |
budgea_client-2.0.1 | docs/Connector.md |