PolarExpress.Schemas.LicenseKeyActivate (polar_express v0.2.2)

Copy Markdown View Source

LicenseKeyActivate

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.LicenseKeyActivate{
  conditions: term(),
  key: term(),
  label: term(),
  meta: term(),
  organization_id: term()
}
  • conditions - Key-value object allowing you to set conditions that must match when validating the license key.

The key must be a string with a maximum length of 40 characters. The value must be either:

  • A string with a maximum length of 500 characters
  • An integer
  • A floating-point number
  • A boolean

You can store up to 50 key-value pairs.

  • key
  • label
  • meta - Key-value object allowing you to store additional information about the activation

The key must be a string with a maximum length of 40 characters. The value must be either:

  • A string with a maximum length of 500 characters
  • An integer
  • A floating-point number
  • A boolean

You can store up to 50 key-value pairs.

  • organization_id - Format: uuid4.

Functions

schema_name()