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

    Type Alias PaywallCalculatedPricePointsFragment

    type PaywallCalculatedPricePointsFragment = {
        __typename?: "PaywallPricePoint";
        additionalChargesMayApply?: boolean | null;
        amount: number;
        billingCountryCode?: string | null;
        billingPeriod: BillingPeriod;
        currency: Currency;
        feature?:
            | {
                __typename?: "Feature";
                description?: string
                | null;
                displayName: string;
                featureUnits?: string | null;
                featureUnitsPlural?: string | null;
                refId: string;
            }
            | null;
        planId: string;
    }
    Index

    Properties

    __typename?: "PaywallPricePoint"
    additionalChargesMayApply?: boolean | null
    amount: number
    billingCountryCode?: string | null
    billingPeriod: BillingPeriod
    currency: Currency
    feature?:
        | {
            __typename?: "Feature";
            description?: string
            | null;
            displayName: string;
            featureUnits?: string | null;
            featureUnitsPlural?: string | null;
            refId: string;
        }
        | null
    planId: string
    MMNEPVFCICPMFPCPTTAAATR