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