Sha256: d1d6cb14eca736312b3085548ae00b8c409e35b61d9b0b1a292a52a825addcef
Contents?: true
Size: 1.21 KB
Versions: 222
Compression:
Stored size: 1.21 KB
Contents
# CybridApiBank::DepositAddressBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity verification. | [optional] | | **bank_guid** | **String** | The address' bank identifier. | [optional] | | **customer_guid** | **String** | The address' customer identifier. | [optional] | | **account_guid** | **String** | The address' account identifier. | [optional] | | **created_at** | **Time** | ISO8601 datetime the address was created at. | [optional] | | **asset** | **String** | The asset the transfer is related to, e.g., USD. | [optional] | | **state** | **String** | The state of the address. | [optional] | | **address** | **String** | The blockchain address. | [optional] | | **format** | **String** | The blockchain address format. | [optional] | | **tag** | **String** | The blockchain address tag. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::DepositAddressBankModel.new( guid: null, bank_guid: null, customer_guid: null, account_guid: null, created_at: null, asset: null, state: null, address: null, format: null, tag: null ) ```
Version data entries
222 entries across 222 versions & 1 rubygems