Sha256: e6d539fe403f9006aa57e02e046c27bc19d0289a692e1211f55c56f9bb5738e4
Contents?: true
Size: 1.14 KB
Versions: 356
Compression:
Stored size: 1.14 KB
Contents
# CybridApiBank::DepositAddressBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the identity verification. | | | **bank_guid** | **String** | The address' bank identifier. | | | **customer_guid** | **String** | The address' customer identifier. | | | **account_guid** | **String** | The address' account identifier. | | | **created_at** | **Time** | ISO8601 datetime the address was created at. | | | **asset** | **String** | The asset the transfer is related to, e.g., USD. | | | **state** | **String** | The state of the address. | | | **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
356 entries across 356 versions & 1 rubygems