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