Wasm Directoryalpha
Record

quote-data-currency-interface

No description available.

record quote-data-currency-interface {
  base-currency-code: option​<string>,
  base-to-global-rate: option​<f64>,
  base-to-quote-rate: option​<f64>,
  extension-attributes: option​<quote-data-currency-extension-interface>,
  global-currency-code: option​<string>,
  quote-currency-code: option​<string>,
  store-currency-code: option​<string>,
  store-to-base-rate: option​<f64>,
  store-to-quote-rate: option​<f64>,
}

Fields

NameTypeDescription
base-currency-codeoption​<string>
base-to-global-rateoption​<f64>
base-to-quote-rateoption​<f64>
extension-attributesoption​<quote-data-currency-extension-interface>
global-currency-codeoption​<string>
quote-currency-codeoption​<string>
store-currency-codeoption​<string>
store-to-base-rateoption​<f64>
store-to-quote-rateoption​<f64>