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

    Type Alias PreviewNextInvoiceInput

    Input to preview the next invoice for a subscription

    type PreviewNextInvoiceInput = {
        environmentId?: InputMaybe<Scalars["UUID"]>;
        subscriptionId: Scalars["String"];
    }
    Index

    Properties

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

    The environment id of the subscription to preview

    subscriptionId: Scalars["String"]

    The subscription id to preview

    MMNEPVFCICPMFPCPTTAAATR