Polarex.LicenseKeyUpdate (Polarex v0.1.0)

View Source

Provides struct and type for a LicenseKeyUpdate

Summary

Types

t()

@type t() :: %Polarex.LicenseKeyUpdate{
  expires_at: DateTime.t() | nil,
  limit_activations: integer() | nil,
  limit_usage: integer() | nil,
  status: String.t() | nil,
  usage: integer() | nil
}