# `PolarExpress.Schemas.ProductPriceFreeCreate`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/product_price_free_create.ex#L2)

ProductPriceFreeCreate

Schema to create a free price.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ProductPriceFreeCreate{
  amount_type: String.t() | nil,
  price_currency: PolarExpress.Schemas.PresentmentCurrency.t() | nil,
  tax_behavior: PolarExpress.Schemas.TaxBehaviorOption.t() | nil
}
```

* `amount_type`
* `price_currency` - The currency in which the customer will be charged.
* `tax_behavior` - The tax behavior of the price. If not set, it will default to the organization's default tax behavior. Nullable.

# `schema_name`

---

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