Sha256: a51904592fe35a3fcf9ea2f9f504377ca96494df1b0f4b9261e91856eb5ba28d
Contents?: true
Size: 816 Bytes
Versions: 23
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
23 entries across 23 versions & 1 rubygems