Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 1.07 KB

QuoteDataCurrencyInterface.md

File metadata and controls

18 lines (14 loc) · 1.07 KB

QuoteDataCurrencyInterface

Properties

Name Type Description Notes
global_currency_code string Global currency code [optional]
base_currency_code string Base currency code [optional]
store_currency_code string Store currency code [optional]
quote_currency_code string Quote currency code [optional]
store_to_base_rate float Store currency to base currency rate [optional]
store_to_quote_rate float Store currency to quote currency rate [optional]
base_to_global_rate float Base currency to global currency rate [optional]
base_to_quote_rate float Base currency to quote currency rate [optional]
extension_attributes \Swagger\Client\Model\QuoteDataCurrencyExtensionInterface [optional]

[Back to Model list] [Back to API list] [Back to README]