Sha256: e1c99c196d5564893a3dbd2fee585bbb072c5a4d07b863abe8dd4a4e4cd3390a
Contents?: true
Size: 751 Bytes
Versions: 131
Compression:
Stored size: 751 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, or one_time_address. | [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
131 entries across 131 versions & 1 rubygems