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

    Type Alias PaywallFragment

    type PaywallFragment = {
        __typename?: "Paywall";
        activeSubscriptions?:
            | ({ __typename?: "CustomerSubscription" } & SubscriptionFragment)[]
            | null;
        configuration?:
            | { __typename?: "PaywallConfiguration" } & PaywallConfigurationFragment
            | null;
        currency: { __typename?: "PaywallCurrency" } & PaywallCurrencyFragment;
        customer?: { __typename?: "Customer" } & CustomerFragment | null;
        paywallCalculatedPricePoints?:
            | (
                { __typename?: "PaywallPricePoint" } & PaywallCalculatedPricePointsFragment
            )[]
            | null;
        plans: ({ __typename?: "Plan" } & PlanFragment)[];
        resource?:
            | { __typename?: "CustomerResource" } & CustomerResourceFragment
            | null;
    }
    Index

    Properties

    __typename?: "Paywall"
    activeSubscriptions?:
        | ({ __typename?: "CustomerSubscription" } & SubscriptionFragment)[]
        | null
    configuration?:
        | { __typename?: "PaywallConfiguration" } & PaywallConfigurationFragment
        | null
    currency: { __typename?: "PaywallCurrency" } & PaywallCurrencyFragment
    customer?: { __typename?: "Customer" } & CustomerFragment | null
    paywallCalculatedPricePoints?:
        | (
            { __typename?: "PaywallPricePoint" } & PaywallCalculatedPricePointsFragment
        )[]
        | null
    plans: ({ __typename?: "Plan" } & PlanFragment)[]
    resource?: { __typename?: "CustomerResource" } & CustomerResourceFragment | null
    MMNEPVFCICPMFPCPTTAAATR