Sha256: d93c2107a9ec80c78994d5d32424c2034cdc4892c17ed92188d82e9c367945f5
Contents?: true
Size: 706 Bytes
Versions: 145
Compression:
Stored size: 706 Bytes
Contents
# CybridApiBank::PostExternalWalletBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the external wallet. | | | **customer_guid** | **String** | The customer 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, asset: null, address: null, tag: null ) ```
Version data entries
145 entries across 145 versions & 1 rubygems