Mayson Monorepo Documentation
    Preparing search index...

    A summary of a customer's active entitlements.

    interface ActiveEntitlementSummary {
        object: "entitlements.active_entitlement_summary";
        customer: string;
        entitlements: ApiList<ActiveEntitlement>;
        livemode: boolean;
    }
    Index

    Properties

    object: "entitlements.active_entitlement_summary"

    String representing the object's type. Objects of the same type share the same value.

    customer: string

    The customer that is entitled to this feature.

    entitlements: ApiList<ActiveEntitlement>

    The list of entitlements this customer has.

    livemode: boolean

    Has the value true if the object exists in live mode or the value false if the object exists in test mode.