Sha256: d4ab38c37bbe804be814648ac41239023b574c6053c3532308bc1669d01d2996
Contents?: true
Size: 1.14 KB
Versions: 75
Compression:
Stored size: 1.14 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_code** | **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_code: null, account_kind: null, environment: null, bank_guid: null, customer_guid: null, created_at: null, plaid_access_token: null ) ```
Version data entries
75 entries across 75 versions & 1 rubygems