Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 456 Bytes

File metadata and controls

17 lines (10 loc) · 456 Bytes

OpenapiClient::DynamicPricingExchangeRateRequest

Properties

Name Type Description Notes
foreign_currency String The currency code to convert for dynamic pricing in either numeric or alphabetic ISO 4217 currency code format.

Code Sample

require 'OpenapiClient'

instance = OpenapiClient::DynamicPricingExchangeRateRequest.new(foreign_currency: USD)