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

    Type Alias GetSubscriptionsParams

    type GetSubscriptionsParams = {
        customerId?: string;
        pagination?: {
            endingBefore?: string;
            limit?: number;
            startingAfter?: string;
        };
        productId?: string
        | string[];
        resourceId?: string | string[];
        status?: SubscriptionStatus | SubscriptionStatus[];
    }
    Index

    Properties

    customerId?: string
    pagination?: { endingBefore?: string; limit?: number; startingAfter?: string }
    productId?: string | string[]
    resourceId?: string | string[]
    MMNEPVFCICPMFPCPTTAAATR