# `Ory.Model.CustomerPortalAvailability`

CustomerPortalAvailability describes whether the Stripe customer portal is available for the logged-in user (or a workspace they access).

# `t`

```elixir
@type t() :: %Ory.Model.CustomerPortalAvailability{
  available: boolean(),
  reason: String.t() | nil
}
```

# `decode`

---

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