PolarExpress.Schemas.ProductPriceMeter (polar_express v0.2.2)

Copy Markdown View Source

ProductPriceMeter

A meter associated to a metered price.

Summary

Types

t()

@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.

Functions

schema_name()