Sha256: c23722ef234721f46ed6830a147eae4222c33a19a7e711f72b2781d9e00752df

Contents?: true

Size: 1.24 KB

Versions: 11

Compression:

Stored size: 1.24 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_code** | **String** | The asset code. | [optional] |
| **environment** | **String** | The environment that the wallet is configured for. | [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 wallet was created 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_code: null,
  environment: null,
  customer_guid: null,
  address: null,
  tag: null,
  created_at: null,
  state: null,
  failure_code: null
)
```

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.71.11 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.9 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.8 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.5 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.4 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.3 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.2 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.1 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.71.0 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.70.0 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.69.1 docs/ExternalWalletBankModel.md