@stigg/js-client-sdk - v3.92.2

    Type Alias PriceFragment

    type PriceFragment = {
        __typename?: "Price";
        billingCadence: BillingCadence;
        billingCountryCode?: string | null;
        billingId?: string | null;
        billingModel: BillingModel;
        billingPeriod: BillingPeriod;
        blockSize?: number | null;
        creditRate?:
            | {
                __typename?: "CreditRate";
                amount: number;
                currencyId: string;
                customCurrencyId?: any
                | null;
            }
            | null;
        feature?: | {
            __typename?: "Feature";
            description?: string
            | null;
            displayName: string;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            refId: string;
        }
        | null;
        maxUnitQuantity?: number
        | null;
        minUnitQuantity?: number | null;
        price?: { __typename?: "Money"; amount: number; currency: Currency } | null;
        tiers?: ({ __typename?: "PriceTier" } & PriceTierFragment)[] | null;
        tiersMode?: TiersMode | null;
    }
    Index

    Properties

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