@stigg/node-server-sdk - v4.22.1

    Type Alias CreditRateInput

    Credit Rate Input

    type CreditRateInput = {
        amount: Scalars["Float"];
        costFormula?: InputMaybe<Scalars["String"]>;
        currencyId: Scalars["String"];
        customCurrencyId?: InputMaybe<Scalars["UUID"]>;
    }
    Index

    Properties

    amount: Scalars["Float"]

    The credit rate amount

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

    A custom formula for calculating cost based on single event dimensions

    currencyId: Scalars["String"]

    The custom currency refId for the credit rate

    customCurrencyId?: InputMaybe<Scalars["UUID"]>

    The custom currency ID for the credit rate

    MMNEPVFCICPMFPCPTTAAATR