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

Version Path
cybrid_api_bank_ruby-0.54.6 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.5 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.4 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.3 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.2 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.1 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.54.0 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.20 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.19 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.18 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.17 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.15 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.14 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.13 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.12 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.11 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.10 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.9 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.8 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.53.7 docs/ExternalBankAccountBankModel.md