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

    Type Alias Price

    type Price = {
        amount?: number | null;
        billingCadence?: BillingCadence | null;
        billingCountryCode?: string | null;
        billingId?: string | null;
        billingPeriod: BillingPeriod;
        blockSize?: number | null;
        creditRate?: { amount: number } | null;
        currency: Currency;
        customCurrency?:
            | {
                displayName: string;
                units?: { plural?: string | null; singular?: string | null }
                | null;
            }
            | null;
        feature?: | {
            displayName: string;
            featureId: string;
            unitQuantity?: number
            | null;
            units?: string | null;
            unitsPlural?: string | null;
        }
        | null;
        isTieredPrice: boolean;
        maxUnitQuantity?: number
        | null;
        minUnitQuantity?: number | null;
        pricingModel: BillingModel;
        tiers?: PriceTierFragment[] | null;
        tiersMode: TiersMode | null | undefined;
        topUpCustomCurrencyId?: string | null;
    }
    Index

    Properties

    amount?: number | null
    billingCadence?: BillingCadence | null
    billingCountryCode?: string | null
    billingId?: string | null
    billingPeriod: BillingPeriod
    blockSize?: number | null
    creditRate?: { amount: number } | null
    currency: Currency
    customCurrency?:
        | {
            displayName: string;
            units?: { plural?: string | null; singular?: string | null }
            | null;
        }
        | null
    feature?:
        | {
            displayName: string;
            featureId: string;
            unitQuantity?: number
            | null;
            units?: string | null;
            unitsPlural?: string | null;
        }
        | null
    isTieredPrice: boolean
    maxUnitQuantity?: number | null
    minUnitQuantity?: number | null
    pricingModel: BillingModel
    tiers?: PriceTierFragment[] | null
    tiersMode: TiersMode | null | undefined
    topUpCustomCurrencyId?: string | null
    MMNEPVFCICPMFPCPTTAAATR