Sha256: c936988a15a2aa6a8185c8c82abb439bce1707ecc9b5d6056607a59de05995c8
Contents?: true
Size: 780 Bytes
Versions: 14
Compression:
Stored size: 780 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, or invoice_operations. | [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
14 entries across 14 versions & 1 rubygems