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

    Type Alias MockPaywallPriceFragment

    type MockPaywallPriceFragment = {
        __typename?: "PaywallPrice";
        billingCountryCode?: string | null;
        billingId?: string | null;
        billingModel: BillingModel;
        billingPeriod: BillingPeriod;
        blockSize?: number | null;
        creditRate?:
            | { __typename?: "CreditRate"; amount: number; currencyId: string }
            | null;
        feature?:
            | {
                __typename?: "EntitlementFeature";
                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?: "PaywallPrice"
    billingCountryCode?: string | null
    billingId?: string | null
    billingModel: BillingModel
    billingPeriod: BillingPeriod
    blockSize?: number | null
    creditRate?:
        | { __typename?: "CreditRate"; amount: number; currencyId: string }
        | null
    feature?:
        | {
            __typename?: "EntitlementFeature";
            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