Sha256: ac1ed480aac91c27b46e40a9a6cc8851be2d8f18679c8afc7c071c66112e33d9

Contents?: true

Size: 1.53 KB

Versions: 692

Compression:

Stored size: 1.53 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; one of sandbox or production. | [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 the external wallet; one of storing, pending, failed, completed, deleting, or deleted. | [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

692 entries across 692 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.149 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.148 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.147 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.145 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.144 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.143 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.142 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.140 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.139 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.137 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.135 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.134 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.132 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.131 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.129 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.127 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.126 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.125 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.124 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.123 docs/ExternalWalletBankModel.md