Sha256: 5d6b6e65de63d8795428ee1b5cf5ea4fe33902876813ab76be1a3f5b03fe2f69
Contents?: true
Size: 1.4 KB
Versions: 3
Compression:
Stored size: 1.4 KB
Contents
# BudgeaClient::Connector ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Integer** | ID of the connector | **name** | **String** | Name of the bank or provider | **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 | **restricted** | **BOOLEAN** | If true, new connections cannot be added with this connector | [default to false] **fields** | [**Array<Field>**](Field.md) | | [optional] **capabilities** | **Array<String>** | | [optional] **sources** | [**Array<ConnectorSource>**](ConnectorSource.md) | | [optional]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
budgea_client-5.6.0 | docs/Connector.md |
budgea_client-5.5.0 | docs/Connector.md |
budgea_client-5.4.0 | docs/Connector.md |