PolarExpress.Schemas.LicenseKeyUpdate (polar_express v0.2.2)

Copy Markdown View Source

LicenseKeyUpdate

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.LicenseKeyUpdate{
  expires_at: term(),
  limit_activations: term(),
  limit_usage: term(),
  status: term(),
  usage: term()
}
  • expires_at - Nullable.
  • limit_activations - Nullable.
  • limit_usage - Nullable.
  • status - Nullable.
  • usage

Functions

schema_name()