Sha256: 5dbc32319f3462d96c8dfc3d3f8ed0151d3d70732b2dc67e97140c53733b94ae
Contents?: true
Size: 543 Bytes
Versions: 31
Compression:
Stored size: 543 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, or one_time_address. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::TransferSourceAccountBankModel.new( guid: null, type: null ) ```
Version data entries
31 entries across 31 versions & 1 rubygems