Polarex.ProductPriceFixedCreate (Polarex v0.3.1)

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