Sha256: a51904592fe35a3fcf9ea2f9f504377ca96494df1b0f4b9261e91856eb5ba28d

Contents?: true

Size: 816 Bytes

Versions: 24

Compression:

Stored size: 816 Bytes

Contents

# CybridApiBank::PostExternalWalletBankModel

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | Name of the external wallet. |  |
| **customer_guid** | **String** | The customer identifier. | [optional] |
| **counterparty_guid** | **String** | The counterparty identifier. | [optional] |
| **asset** | **String** | The asset code. |  |
| **address** | **String** | The blockchain wallet address for the wallet. |  |
| **tag** | **String** | The blockchain tag to use when transferring crypto to the wallet. | [optional] |

## Example

```ruby
require 'cybrid_api_bank_ruby'

instance = CybridApiBank::PostExternalWalletBankModel.new(
  name: null,
  customer_guid: null,
  counterparty_guid: null,
  asset: null,
  address: null,
  tag: null
)
```

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
cybrid_api_bank_ruby-0.123.107 docs/PostExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.106 docs/PostExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.105 docs/PostExternalWalletBankModel.md
cybrid_api_bank_ruby-0.123.104 docs/PostExternalWalletBankModel.md