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

CheckoutDiscountPercentageOnceForeverDuration

Schema for a percentage discount that is applied once or forever.

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.CheckoutDiscountPercentageOnceForeverDuration{
  basis_points: term(),
  code: term(),
  duration: term(),
  id: term(),
  name: term(),
  type: term()
}
```

* `basis_points` - Discount percentage in basis points. A basis point is 1/100th of a percent. For example, 1000 basis points equals a 10% discount.
* `code` - Nullable.
* `duration`
* `id` - The ID of the object. Format: uuid4.
* `name`
* `type`

# `schema_name`

---

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