Record
price-record
No description available.
record price-record {
base-price: option<f64>,
currency-code: option<string>,
taxes-and-fees: option<f64>,
time: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| base-price | option<f64> | |
| currency-code | option<string> | |
| taxes-and-fees | option<f64> | |
| time | option<string> |