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

    Type Alias SubscriptionQueryFragment

    type SubscriptionQueryFragment = {
        __typename?: "SubscriptionQuery";
        addons?:
            | {
                __typename?: "SubscriptionAddon";
                addon: { __typename?: "Addon"; addonId: string };
                quantity: number;
            }[]
            | null;
        currentBillingPeriodEnd?: any
        | null;
        customer: { __typename?: "Customer"; customerId: string };
        payingCustomer?: { __typename?: "Customer"; customerId: string } | null;
        plan: { __typename?: "Plan"; displayName: string; planId: string };
        pricingType: PricingType;
        resource?: { __typename?: "CustomerResource"; resourceId: string } | null;
        startDate: any;
        status: SubscriptionStatus;
        subscriptionId: string;
        trialConfiguration?:
            | {
                __typename?: "TrialConfiguration";
                trialEndBehavior: TrialEndBehavior;
            }
            | null;
        trialEndDate?: any
        | null;
    }
    Index

    Properties

    __typename?: "SubscriptionQuery"
    addons?:
        | {
            __typename?: "SubscriptionAddon";
            addon: { __typename?: "Addon"; addonId: string };
            quantity: number;
        }[]
        | null
    currentBillingPeriodEnd?: any | null
    customer: { __typename?: "Customer"; customerId: string }
    payingCustomer?: { __typename?: "Customer"; customerId: string } | null
    plan: { __typename?: "Plan"; displayName: string; planId: string }
    pricingType: PricingType
    resource?: { __typename?: "CustomerResource"; resourceId: string } | null
    startDate: any
    subscriptionId: string
    trialConfiguration?:
        | {
            __typename?: "TrialConfiguration";
            trialEndBehavior: TrialEndBehavior;
        }
        | null
    trialEndDate?: any | null
    MMNEPVFCICPMFPCPTTAAATR