Sha256: 3632c5aa3429a3c7cfb86fa559c249716eea18ee8b7af1fa45ba0806d796629e
Contents?: true
Size: 800 Bytes
Versions: 77
Compression:
Stored size: 800 Bytes
Contents
# CybridApiBank::TransferEntryDestinationAccountBankModel ## 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, or gas. | [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::TransferEntryDestinationAccountBankModel.new( guid: null, type: null, bank_guid: null, customer_guid: null ) ```
Version data entries
77 entries across 77 versions & 1 rubygems