@intelligentgraphics/openconfiguration.host
    Preparing search index...

    Interface PriceCalculationResponse

    interface PriceCalculationResponse {
        basePrice?: number;
        ecoTax?: number;
        taxRate?: number;
        taxValue?: number;
        totalPrice?: number;
    }
    Index

    Properties

    basePrice?: number

    Net price value of the configuration.

    ecoTax?: number

    Net eco tax value

    taxRate?: number

    Tax rate of the configuration.

    taxValue?: number

    Tax value of the configuration.

    totalPrice?: number

    Gross price value of the configuration.