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
| Name | Type | Description |
|---|---|---|
| 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> |