Polarex.BenefitLicenseKeys (Polarex v0.2.0)

View Source

Provides struct and type for a BenefitLicenseKeys

Summary

Types

t()

@type t() :: %Polarex.BenefitLicenseKeys{
  created_at: DateTime.t(),
  deletable: boolean(),
  description: String.t(),
  id: String.t(),
  metadata: Polarex.Metadata.t(),
  modified_at: DateTime.t() | nil,
  organization_id: String.t(),
  properties: Polarex.BenefitLicenseKeysProperties.t(),
  selectable: boolean(),
  type: String.t()
}