PolarExpress.Schemas.ProductPriceMeter (polar_express v0.2.0)

Copy Markdown View Source

ProductPriceMeter

A meter associated to a metered price.

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.ProductPriceMeter{
  custom_label: String.t() | nil,
  custom_multiplier: integer() | nil,
  id: String.t() | nil,
  name: String.t() | nil,
  unit: PolarExpress.Schemas.MeterUnit.t() | nil
}
  • 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.

Functions

schema_name()