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

    Type Alias CreditBalanceSummaryInput

    Input for retrieving credit balance

    type CreditBalanceSummaryInput = {
        currencyId?: InputMaybe<Scalars["String"]>;
        customerId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["UUID"]>;
        resourceId?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

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

    The custom currency ID of the credit grant

    customerId: Scalars["String"]

    The customer ID of the credit grant

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

    The unique identifier for the environment

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

    The resource ID of the credit grant

    MMNEPVFCICPMFPCPTTAAATR