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

CheckoutForbiddenError union type.

# `t`

```elixir
@type t() ::
  PolarExpress.Schemas.AlreadyActiveSubscriptionError.t()
  | PolarExpress.Schemas.NotOpenCheckout.t()
  | PolarExpress.Schemas.PaymentNotReady.t()
  | PolarExpress.Schemas.TrialAlreadyRedeemed.t()
```

# `schema_name`

---

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