@stigg/js-client-sdk - v4.7.0

    Type Alias SubscriptionCreditEntitlementInput

    Subscription credit entitlement input

    type SubscriptionCreditEntitlementInput = {
        amount: Scalars["Float"];
        cadence: CreditCadence;
        customCurrencyId: Scalars["String"];
        hasSoftLimit?: InputMaybe<Scalars["Boolean"]>;
    }
    Index

    Properties

    amount: Scalars["Float"]

    The amount of credits

    cadence: CreditCadence

    The cadence of the credit entitlement

    customCurrencyId: Scalars["String"]

    The unique identifier of the custom currency

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

    Whether the entitlement has a soft limit

    MMNEPVFCICPMFPCPTTAAATR