Polarex.ProductPriceMeteredUnitCreate (Polarex v0.2.3)

View Source

Provides struct and type for a ProductPriceMeteredUnitCreate

Summary

Types

t()

@type t() :: %Polarex.ProductPriceMeteredUnitCreate{
  amount_type: String.t(),
  cap_amount: integer() | nil,
  meter_id: String.t(),
  price_currency: String.t() | nil,
  unit_amount: number() | String.t()
}