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

    Type Alias SubscriptionPreviewV2Fragment

    type SubscriptionPreviewV2Fragment = {
        __typename?: "SubscriptionPreviewV2";
        billingPeriodRange: {
            __typename?: "DateRange";
            end?: any | null;
            start?: any | null;
        };
        hasScheduledUpdates?: boolean
        | null;
        immediateInvoice: { __typename?: "ImmediateSubscriptionPreviewInvoice" } & ImmediateSubscriptionPreviewInvoiceFragment;
        isPlanDowngrade?: boolean | null;
        recurringInvoice?:
            | { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment
            | null;
    }
    Index

    Properties

    __typename?: "SubscriptionPreviewV2"
    billingPeriodRange: {
        __typename?: "DateRange";
        end?: any | null;
        start?: any | null;
    }
    hasScheduledUpdates?: boolean | null
    immediateInvoice: { __typename?: "ImmediateSubscriptionPreviewInvoice" } & ImmediateSubscriptionPreviewInvoiceFragment
    isPlanDowngrade?: boolean | null
    recurringInvoice?:
        | { __typename?: "SubscriptionPreviewInvoice" } & SubscriptionPreviewInvoiceFragment
        | null
    MMNEPVFCICPMFPCPTTAAATR