Interface JSONTestEntitlement

interface JSONTestEntitlement {
    applicationID: string;
    consumed: boolean;
    createdAt: number;
    deleted: boolean;
    giftCodeFlags: number;
    guildID: null | string;
    id: string;
    promotionID: null | string;
    skuID: string;
    type: EntitlementTypes;
    userID: null | string;
}

Hierarchy (view full)

Properties

applicationID: string
consumed: boolean
createdAt: number
deleted: boolean
giftCodeFlags: number
guildID: null | string
id: string
promotionID: null | string
skuID: string
userID: null | string