Sha256: 1f99909ebe121f754c77c3818ddcc0d7bbf7db95dac75f4d0b6eebf40fa975c7
Contents?: true
Size: 760 Bytes
Versions: 85
Compression:
Stored size: 760 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, or reserve. | [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
85 entries across 85 versions & 1 rubygems