PolarExpress.Schemas.LicenseKeyRead (polar_express v0.2.2)

Copy Markdown View Source

LicenseKeyRead

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.LicenseKeyRead{
  benefit_id: term(),
  created_at: term(),
  customer: term(),
  customer_id: term(),
  display_key: term(),
  expires_at: term(),
  id: term(),
  key: term(),
  last_validated_at: term(),
  limit_activations: term(),
  limit_usage: term(),
  modified_at: term(),
  organization_id: term(),
  status: term(),
  usage: term(),
  validations: term()
}
  • benefit_id - The benefit ID. Format: uuid4.
  • created_at - Creation timestamp of the object. Format: date-time.
  • customer
  • customer_id - Format: uuid4.
  • display_key
  • expires_at - Nullable.
  • id - The ID of the object. Format: uuid4.
  • key
  • last_validated_at - Nullable.
  • limit_activations - Nullable.
  • limit_usage - Nullable.
  • modified_at - Last modification timestamp of the object. Nullable.
  • organization_id - Format: uuid4.
  • status
  • usage
  • validations

Functions

schema_name()