Ory.Model.PlanDetails (ory_client v1.21.6)

Summary

Types

t()

@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()},
  latest: boolean() | nil,
  name: String.t(),
  version: integer()
}

Functions

decode(value)