interface BomScalePrice {
    scaleValue: number;
    unitPrice: number;
}

Properties

scaleValue: number
unitPrice: number