Sha256: 9b833e7bb231bbb1c562a6e3610e7e1bb0b8ed8030c24829a5b0bbe46623adce
Contents?: true
Size: 770 Bytes
Versions: 14
Compression:
Stored size: 770 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, 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::TransferSourceAccountBankModel.new( guid: null, type: null, bank_guid: null, customer_guid: null ) ```
Version data entries
14 entries across 14 versions & 1 rubygems