Sha256: 5fcb0ee24996eea793a28723bc585f86587679880adc92e1734ebb8e6a17a348
Contents?: true
Size: 1.32 KB
Versions: 383
Compression:
Stored size: 1.32 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] | | **bank_guid** | **String** | The bank identifier. | [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, bank_guid: null, customer_guid: null, address: null, tag: null, created_at: null, state: null, failure_code: null ) ```
Version data entries
383 entries across 383 versions & 1 rubygems