Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 1.74 KB

Connector.md

File metadata and controls

30 lines (27 loc) · 1.74 KB

BudgeaClient::Connector

Properties

Name Type Description Notes
id Integer ID of the connector
uuid String Unique connector identifier
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]
available_auth_mechanisms Array<String> [optional]
transfer_mechanism String [optional]
siret String SIRET code for Bill modules [optional]
restricted BOOLEAN If true, new connections cannot be added with this connector [default to false]
fields Array<Field> [optional]
capabilities Array<String> [optional]
sources Array<ConnectorSource> [optional]
account_usages Array<String> [optional]
payment_settings ConnectorPaymentSettings [optional]
products Array<String> [optional]