Sha256: 5894040dc54974abeb7de649b7314ea453d42c952f77ff760a43ee354fd48ecb
Contents?: true
Size: 702 Bytes
Versions: 947
Compression:
Stored size: 702 Bytes
Contents
# CybridApiBank::PostExternalWalletBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | The name of the account. | | | **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
947 entries across 947 versions & 1 rubygems