Sha256: e7c4973c1955c3356a150e8c08a3e196b9867bf780c5b6d541aa9b71846bb58c
Contents?: true
Size: 1.43 KB
Versions: 55
Compression:
Stored size: 1.43 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 record was created at. | [optional] | | **updated_at** | **Time** | ISO8601 datetime the record was last updated 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] | | **labels** | **Array<String>** | The labels associated with the address. | [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, updated_at: null, asset: null, state: null, address: null, format: null, tag: null, labels: null ) ```
Version data entries
55 entries across 55 versions & 1 rubygems