Documentation
    Preparing search index...

    Interface ScalePriceConfigMultiples

    The scale values are computed via multiplication of the actual multiplicity with the scale base values.

    interface ScalePriceConfigMultiples {
        type: "multiples";
        values: number[];
    }
    Index

    Properties

    Properties

    type: "multiples"
    values: number[]