Sha256: 9e839c5d0eba80bc701586b1ebd7640394cc98511e84f5c0332d8663f6a1bf97
Contents?: true
Size: 694 Bytes
Versions: 14
Compression:
Stored size: 694 Bytes
Contents
# OpenapiClient::ExchangeRateRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **request_type** | **String** | Object name of the exchange rate request. | **base_amount** | **Float** | The original amount of the merchant currency for calculation. | **store_id** | **String** | An optional outlet ID for clients that support multiple stores in the same app. | [optional] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::ExchangeRateRequest.new(request_type: DCCExchangeRateRequest, base_amount: 12.32, store_id: 1109959991) ```
Version data entries
14 entries across 14 versions & 1 rubygems