Polarex.ProductPriceCustomCreate (Polarex v0.2.0)

View Source

Provides struct and type for a ProductPriceCustomCreate

Summary

Types

t()

@type t() :: %Polarex.ProductPriceCustomCreate{
  amount_type: String.t(),
  maximum_amount: integer() | nil,
  minimum_amount: integer() | nil,
  preset_amount: integer() | nil,
  price_currency: String.t() | nil
}