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

    Type Alias OveragePriceFragment

    type OveragePriceFragment = {
        __typename?: "Price";
        billingCountryCode?: string | null;
        billingId?: string | null;
        billingModel: BillingModel;
        billingPeriod: BillingPeriod;
        feature?:
            | {
                __typename?: "Feature";
                description?: string
                | null;
                displayName: string;
                featureUnits?: string | null;
                featureUnitsPlural?: string | null;
                refId: string;
            }
            | null;
        price?: { __typename?: "Money"; amount: number; currency: Currency }
        | null;
        tiers?: ({ __typename?: "PriceTier" } & PriceTierFragment)[] | null;
        tiersMode?: TiersMode | null;
    }
    Index

    Properties

    __typename?: "Price"
    billingCountryCode?: string | null
    billingId?: string | null
    billingModel: BillingModel
    billingPeriod: BillingPeriod
    feature?:
        | {
            __typename?: "Feature";
            description?: string
            | null;
            displayName: string;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            refId: string;
        }
        | null
    price?: { __typename?: "Money"; amount: number; currency: Currency } | null
    tiers?: ({ __typename?: "PriceTier" } & PriceTierFragment)[] | null
    tiersMode?: TiersMode | null
    MMNEPVFCICPMFPCPTTAAATR