@stigg/js-client-sdk - v3.93.0

    Type Alias EntitlementOptions

    Options for configuring how an entitlement is tracked or applied.

    type EntitlementOptions = {
        requestedUsage?: InputMaybe<Scalars["Float"]>;
        requestedValues?: InputMaybe<Scalars["String"][]>;
        shouldTrack?: InputMaybe<Scalars["Boolean"]>;
    }
    Index

    Properties

    requestedUsage?: InputMaybe<Scalars["Float"]>

    The amount of usage requested by the customer.

    requestedValues?: InputMaybe<Scalars["String"][]>

    The values requested by the customer, if applicable.

    shouldTrack?: InputMaybe<Scalars["Boolean"]>

    Not in use anymore

    MMNEPVFCICPMFPCPTTAAATR