# `Polarex.ProductPriceFixedCreate`
[🔗](https://github.com/giusdp/polarex/blob/main/lib/polarex/schemas/product_price_fixed_create.ex#L1)

Provides struct and type for a ProductPriceFixedCreate

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
