Sha256: 95ff6e0615dce7fcdea6e25a36265b4e9edf291e4b725129f8e771f775b33d56
Contents?: true
Size: 1.65 KB
Versions: 527
Compression:
Stored size: 1.65 KB
Contents
# CybridApiBank::PostExternalBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the account. | | | **account_kind** | **String** | The account type | | | **customer_guid** | **String** | The customer identifier. | [optional] | | **asset** | **String** | The asset code. If not set will try and default to the Bank's configured fiat asset. | | | **plaid_public_token** | **String** | The public token for the account. Required for 'plaid' accounts. | [optional] | | **plaid_account_id** | **String** | The account identifier in plaid. Required for 'plaid' accounts. | [optional] | | **plaid_processor_token** | **String** | The Plaid processor token used to access the account. Required for 'plaid_processor_token' accounts. | [optional] | | **plaid_institution_id** | **String** | Plaid's institution ID for the account's institution. Required for 'plaid_processor_token' accounts. | [optional] | | **plaid_account_mask** | **String** | The account mask for the account. Required for 'plaid_processor_token' accounts. | [optional] | | **plaid_account_name** | **String** | The name of the account. Required for 'plaid_processor_token' accounts. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostExternalBankAccountBankModel.new( name: null, account_kind: null, customer_guid: null, asset: null, plaid_public_token: null, plaid_account_id: null, plaid_processor_token: null, plaid_institution_id: null, plaid_account_mask: null, plaid_account_name: null ) ```
Version data entries
527 entries across 527 versions & 1 rubygems