Sha256: 7227331e7b452a42aa65e0d715a827bdfbf809067c3b13fd4f5c4ab9e63d8909
Contents?: true
Size: 1.48 KB
Versions: 602
Compression:
Stored size: 1.48 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; one of storing or created. | [optional] | | **address** | **String** | The blockchain address. | [optional] | | **format** | **String** | The blockchain address format; one of standard or legacy. | [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
602 entries across 602 versions & 1 rubygems