PolarExpress.Schemas.BenefitLicenseKeysProperties (polar_express v0.1.5)

Copy Markdown View Source

BenefitLicenseKeysProperties

Summary

Types

t()

@type t() :: %PolarExpress.Schemas.BenefitLicenseKeysProperties{
  activations:
    PolarExpress.Schemas.BenefitLicenseKeyActivationProperties.t() | nil,
  expires: PolarExpress.Schemas.BenefitLicenseKeyExpirationProperties.t() | nil,
  limit_usage: integer() | nil,
  prefix: String.t() | nil
}
  • activations - Nullable.
  • expires - Nullable.
  • limit_usage - Nullable.
  • prefix - Nullable.

Functions

schema_name()