Ory.Model.QuotaUsage (ory_client v1.21.6)

Summary

Types

t()

@type t() :: %Ory.Model.QuotaUsage{
  additional_price: String.t(),
  can_use_more: boolean(),
  feature: String.t(),
  feature_available: boolean(),
  included: integer(),
  is_unlimited: boolean(),
  used: integer()
}

Functions

decode(value)