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.52.1 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.52.0 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.6 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.5 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.4 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.3 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.2 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.1 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.51.0 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.9 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.8 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.7 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.6 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.4 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.3 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.2 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.1 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.50.0 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.49.6 docs/ExternalBankAccountBankModel.md
cybrid_api_bank_ruby-0.49.5 docs/ExternalBankAccountBankModel.md