Polarex.ProductPriceCustomCreate (Polarex v0.3.2)

Copy Markdown 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,
  tax_behavior: String.t() | nil
}