Sha256: 6c57d59c4a56b808b8f0613283f3e5d4d7f07ee7c93340dbd43266406e181ce7
Contents?: true
Size: 1.23 KB
Versions: 58
Compression:
Stored size: 1.23 KB
Contents
# CybridApiBank::ExternalWalletBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the wallet. | [optional] | | **name** | **String** | The name of the wallet. | [optional] | | **asset** | **String** | The asset code. | [optional] | | **environment** | **String** | The environment that the wallet is configured for. | [optional] | | **customer_guid** | **String** | The customer identifier. | [optional] | | **address** | **String** | The blockchain wallet address for the wallet. | [optional] | | **tag** | **String** | The blockchain tag to use when transferring crypto to the wallet. | [optional] | | **created_at** | **Time** | ISO8601 datetime the wallet was created at. | [optional] | | **state** | **String** | The state of an external wallet | [optional] | | **failure_code** | **String** | The failure code of an external wallet (if any) | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::ExternalWalletBankModel.new( guid: null, name: null, asset: null, environment: null, customer_guid: null, address: null, tag: null, created_at: null, state: null, failure_code: null ) ```
Version data entries
58 entries across 58 versions & 1 rubygems