Ory.Model.PlanDetails (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.PlanDetails{
  base_fee_monthly: integer(),
  base_fee_yearly: integer(),
  custom: boolean(),
  description: String.t(),
  features: %{optional(String.t()) => Ory.Model.GenericUsage.t()},
  name: String.t(),
  version: integer()
}