Entitlement

Signature

export interface Entitlement extends ObjectToLower<APIEntitlement>

Properties

get createdTimestamp(): number;

Create a timestamp for the current object.

get createdAt(): Date;

createdAt gets the creation Date instace of the current object.

userId?: string | undefined;

Methods