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

    Type Alias StripeProductSearchInput

    Input parameters for searching Stripe products

    type StripeProductSearchInput = {
        environmentId: Scalars["String"];
        nextPage?: InputMaybe<Scalars["String"]>;
        productName?: InputMaybe<Scalars["String"]>;
    }
    Index

    Properties

    environmentId: Scalars["String"]

    The unique identifier for the environment

    Token for retrieving the next page of results

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

    Name of the product to search for

    MMNEPVFCICPMFPCPTTAAATR