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

    Type Alias ScheduleVariablesFragment_PlanChangeVariables_

    type ScheduleVariablesFragment_PlanChangeVariables_ = {
        __typename: "PlanChangeVariables";
        addons?:
            | {
                __typename?: "PlanChangeAddon";
                addonRefId: string;
                quantity: number;
            }[]
            | null;
        billableFeatures?: | {
            __typename?: "BillableFeature";
            featureId: string;
            quantity: number;
        }[]
        | null;
        billingPeriod?: BillingPeriod
        | null;
        changeType: PlanChangeType;
        planRefId: string;
        priceOverrides?:
            | {
                __typename?: "PriceOverrideChangeVariables";
                addonRefId?: string
                | null;
                featureId?: string | null;
                planRefId?: string | null;
            }[]
            | null;
    }
    Index

    Properties

    __typename: "PlanChangeVariables"
    addons?:
        | {
            __typename?: "PlanChangeAddon";
            addonRefId: string;
            quantity: number;
        }[]
        | null
    billableFeatures?:
        | {
            __typename?: "BillableFeature";
            featureId: string;
            quantity: number;
        }[]
        | null
    billingPeriod?: BillingPeriod | null
    changeType: PlanChangeType
    planRefId: string
    priceOverrides?:
        | {
            __typename?: "PriceOverrideChangeVariables";
            addonRefId?: string
            | null;
            featureId?: string | null;
            planRefId?: string | null;
        }[]
        | null
    MMNEPVFCICPMFPCPTTAAATR