Record
price-range
No description available.
record price-range {
currency: option<string>,
max: option<f64>,
min: option<f64>,
type-op: option<price-range-type-op-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| currency | option<string> | |
| max | option<f64> | |
| min | option<f64> | |
| type-op | option<price-range-type-op-enum> |