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

CheckoutDiscountFixedRepeatDuration

Schema for a fixed amount discount that is applied on every invoice
for a certain number of months.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CheckoutDiscountFixedRepeatDuration{
  amount: term(),
  amounts: term(),
  code: term(),
  currency: term(),
  duration: term(),
  duration_in_months: term(),
  id: term(),
  name: term(),
  type: term()
}
```

* `amount` - **Deprecated.**
* `amounts` - Map of currency to fixed amount to discount from the total.
* `code` - Nullable.
* `currency` - **Deprecated.**
* `duration`
* `duration_in_months`
* `id` - The ID of the object. Format: uuid4.
* `name`
* `type`

# `schema_name`

---

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