Interface PurchasesEntitlementInfos

Contains all the entitlements associated to the user.

Hierarchy

  • PurchasesEntitlementInfos

Properties

Properties

active: {
    [key: string]: PurchasesEntitlementInfo;
}

Map of active EntitlementInfo (PurchasesEntitlementInfo) objects keyed by entitlement identifier.

Type declaration

all: {
    [key: string]: PurchasesEntitlementInfo;
}

Map of all EntitlementInfo (PurchasesEntitlementInfo) objects (active and inactive) keyed by entitlement identifier.

Type declaration

Generated using TypeDoc