Entitlement

public struct Entitlement : Equatable

A representation of a single entitlement possessed by a user.

Properties

  • Name of the entitlement.

    Declaration

    Swift

    public var name: String
  • Human readable description of the entitlement.

    Declaration

    Swift

    public var description: String?
  • The quantity of the entitlement.

    Declaration

    Swift

    public var value: Int