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.78 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.75 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.74 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.73 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.72 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.71 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.70 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.69 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.68 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.67 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.66 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.65 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.64 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.63 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.62 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.61 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.60 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.59 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.58 docs/ExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.57 docs/ExternalWalletBankModel.md