Sha256: 68342650ca71d8ed2e6d10e51d68a71f5aec57fc611e44a8d0359abc4efea09f

Contents?: true

Size: 1.43 KB

Versions: 55

Compression:

Stored size: 1.43 KB

Contents

# CybridApiBank::ExternalWalletBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **guid** | **String** | Auto-generated unique identifier for the wallet. | [optional] |
| **name** | **String** | The name of the wallet. | [optional] |
| **asset** | **String** | The asset code. | [optional] |
| **environment** | **String** | The environment that the wallet is configured for. | [optional] |
| **bank_guid** | **String** | The bank identifier. | [optional] |
| **customer_guid** | **String** | The customer identifier. | [optional] |
| **address** | **String** | The blockchain wallet address for the wallet. | [optional] |
| **tag** | **String** | The blockchain tag to use when transferring crypto to the wallet. | [optional] |
| **created_at** | **Time** | ISO8601 datetime the record was created at. | [optional] |
| **updated_at** | **Time** | ISO8601 datetime the record was last updated at. | [optional] |
| **state** | **String** | The state of an external wallet | [optional] |
| **failure_code** | **String** | The failure code of an external wallet (if any) | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::ExternalWalletBankModel.new(
  guid: null,
  name: null,
  asset: null,
  environment: null,
  bank_guid: null,
  customer_guid: null,
  address: null,
  tag: null,
  created_at: null,
  updated_at: null,
  state: null,
  failure_code: null
)
```

Version data entries

55 entries across 55 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.111.19 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.18 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.17 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.16 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.15 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.14 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.9 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.8 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.7 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.5 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.4 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.3 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.2 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.111.0 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.110.27 docs/ExternalWalletBankModel.md