Sha256: 2f52b9a6b900c79d91b20e29d6e07f7a9e20d499ec8108837a1baa7168df5ad2
Contents?: true
Size: 780 Bytes
Versions: 334
Compression:
Stored size: 780 Bytes
Contents
# CybridApiBank::TransferSourceAccountBankModel ## 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::TransferSourceAccountBankModel.new( guid: null, type: null, bank_guid: null, customer_guid: null ) ```
Version data entries
334 entries across 334 versions & 1 rubygems