ProductPriceMeter
A meter associated to a metered price.
Summary
Types
@type t() :: %PolarExpress.Schemas.ProductPriceMeter{ custom_label: term(), custom_multiplier: term(), id: term(), name: term(), unit: term() }
custom_label- The label for the custom unit. Nullable.custom_multiplier- The multiplier to convert from base unit to display scale. Nullable.id- The ID of the object. Format: uuid4.name- The name of the meter.unit- The unit of the meter.