Polarex.ProductPriceFixedCreate (Polarex v0.2.1)

View Source

Provides struct and type for a ProductPriceFixedCreate

Summary

Types

t()

@type t() :: %Polarex.ProductPriceFixedCreate{
  amount_type: String.t(),
  price_amount: integer(),
  price_currency: String.t() | nil
}