Sha256: f99e99f4c5f5a59b353d1fe86e73e03530887a9441e620365983084819a6ffb0
Contents?: true
Size: 992 Bytes
Versions: 862
Compression:
Stored size: 992 Bytes
Contents
# CybridApiBank::PostRewardBankModel ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **customer_guid** | **String** | The unique identifier for the customer. | | | **symbol** | **String** | Symbol the quote is being requested for. Format is \"asset-counter_asset\" in uppercase. See the Symbols API for a complete list of cryptocurrencies supported. | | | **receive_amount** | **Integer** | The amount to be received in base units of the currency: currency is \"asset\" for buy and \"counter_asset\" for sell. | [optional] | | **deliver_amount** | **Integer** | The amount to be delivered in base units of the currency: currency is \"counter_asset\" for buy and \"asset\" for sell. | [optional] | ## Example ```ruby require 'cybrid_api_bank_ruby' instance = CybridApiBank::PostRewardBankModel.new( customer_guid: null, symbol: null, receive_amount: null, deliver_amount: null ) ```
Version data entries
862 entries across 862 versions & 1 rubygems