Sha256: b79a96bb5386196490fb0ce8ba95ee50df0fe0acfb3a18487c5cc24f92ed54cd
Contents?: true
Size: 1.13 KB
Versions: 19
Compression:
Stored size: 1.13 KB
Contents
# CybridApiBank::ExternalBankAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the account. | [optional] | | **name** | **String** | The name of the account. | [optional] | | **asset** | **String** | The asset code. | [optional] | | **account_kind** | **String** | The type of account. | [optional] | | **environment** | **String** | The environment that the external bank account is operating in. | [optional] | | **bank_guid** | **String** | The bank identifier. | [optional] | | **customer_guid** | **String** | The customer identifier. | [optional] | | **created_at** | **Time** | ISO8601 datetime the exchange was created at. | [optional] | | **plaid_access_token** | **String** | The Plaid access token for the account. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalBankAccountBankModel.new( guid: null, name: null, asset: null, account_kind: null, environment: null, bank_guid: null, customer_guid: null, created_at: null, plaid_access_token: null ) ```
Version data entries
19 entries across 19 versions & 1 rubygems