Polarex.BenefitLicenseKeysCreateProperties (Polarex v0.2.1)

View Source

Provides struct and type for a BenefitLicenseKeysCreateProperties

Summary

Types

t()

@type t() :: %Polarex.BenefitLicenseKeysCreateProperties{
  activations: Polarex.BenefitLicenseKeyActivationCreateProperties.t() | nil,
  expires: Polarex.BenefitLicenseKeyExpirationProperties.t() | nil,
  limit_usage: integer() | nil,
  prefix: String.t() | nil
}