Ory.Model.QuotaUsage (ory_client v1.6.2)

Summary

Types

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

Functions