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.122 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.121 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.120 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.119 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.118 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.117 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.116 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.115 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.114 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.113 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.112 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.111 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.110 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.109 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.107 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.106 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.105 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.104 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.103 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.101 docs/ExternalWalletBankModel.md