Sha256: 7840f6c81582eaf0ccae1a52447299891bd3f1d5daa4ca919ea4007f466f5509
Contents?: true
Size: 799 Bytes
Versions: 97
Compression:
Stored size: 799 Bytes
Contents
# CybridApiBank::TransferDestinationAccountBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **guid** | **String** | Auto-generated unique identifier for the transfer account. | [optional] | | **type** | **String** | The type of transfer account; one of trading, fiat, external_bank_account, external_wallet, one_time_address, reserve, invoice_operations, fee, gas, or storage. | [optional] | | **bank_guid** | **String** | The account's identifier. | [optional] | | **customer_guid** | **String** | The account's identifier. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TransferDestinationAccountBankModel.new( guid: null, type: null, bank_guid: null, customer_guid: null ) ```
Version data entries
97 entries across 97 versions & 1 rubygems