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

NameTypeDescription
base-priceoption​<f64>
currency-codeoption​<string>
taxes-and-feesoption​<f64>
timeoption​<string>