Mayson Monorepo Documentation
    Preparing search index...

    An active entitlement describes access to a feature for a customer.

    interface ActiveEntitlement {
        id: string;
        object: "entitlements.active_entitlement";
        feature: string | Stripe.Entitlements.Feature;
        livemode: boolean;
        lookup_key: string;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "entitlements.active_entitlement"

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

    feature: string | Stripe.Entitlements.Feature

    The Feature that the customer is entitled to.

    livemode: boolean

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

    lookup_key: string

    A unique key you provide as your own system identifier. This may be up to 80 characters.