Representation of an entitlement

interface Entitlement {
    description?: string;
    name: string;
    value: number;
}

Properties

description?: string

Description, if any, of the entitlement

name: string

Name of the entitlement

value: number

Value of the entitlement.

Generated using TypeDoc