Ory.Model.CustomerPortalAvailability (ory_client v1.22.37)

Copy Markdown

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

Summary

Types

t()

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

Functions

decode(value)