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

    Type Alias CustomerPortalSubscriptionPriceFragment

    type CustomerPortalSubscriptionPriceFragment = {
        __typename?: "CustomerPortalSubscriptionPrice";
        billingModel?: BillingModel | null;
        billingPeriod?: BillingPeriod | null;
        blockSize?: number | null;
        creditRate?:
            | { __typename?: "CreditRate"; amount: number; currencyId: string }
            | null;
        feature?:
            | {
                __typename?: "CustomerPortalPricingFeature";
                displayName: string;
                featureUnits?: string
                | null;
                featureUnitsPlural?: string | null;
                id: any;
                refId: string;
            }
            | null;
        price?: { __typename?: "Money"; amount: number; currency: Currency }
        | null;
    }
    Index

    Properties

    __typename?: "CustomerPortalSubscriptionPrice"
    billingModel?: BillingModel | null
    billingPeriod?: BillingPeriod | null
    blockSize?: number | null
    creditRate?:
        | { __typename?: "CreditRate"; amount: number; currencyId: string }
        | null
    feature?:
        | {
            __typename?: "CustomerPortalPricingFeature";
            displayName: string;
            featureUnits?: string
            | null;
            featureUnitsPlural?: string | null;
            id: any;
            refId: string;
        }
        | null
    price?: { __typename?: "Money"; amount: number; currency: Currency } | null
    MMNEPVFCICPMFPCPTTAAATR