Interface PriceCalculableObjectLineItemColumns

All Superinterfaces:
CalculableObjectLineItemColumns
All Known Subinterfaces:
QapiCompensationRecord, QapiPriceGridLineItem, QapiPriceListLineItem, QapiRebateRecord

public interface PriceCalculableObjectLineItemColumns extends CalculableObjectLineItemColumns
  • Method Details

    • sku

      Returns:
      the sku column as a String expression
    • unitOfMeasure

      SelectableExpression unitOfMeasure()
      Returns:
      the unitOfMeasure column as a String expression
    • currency

      Returns:
      the currency column as a String expression
    • resultPrice

      SelectableExpression resultPrice()
      Returns:
      the resultPrice column as a Real expression
    • previousPrice

      SelectableExpression previousPrice()
      Returns:
      the previousPrice column as a Real expression
    • priceChange

      SelectableExpression priceChange()
      Returns:
      the priceChange column as a Real expression
    • priceChangePct

      SelectableExpression priceChangePct()
      Returns:
      the priceChangePct column as a Real expression
    • manualResultPrice

      SelectableExpression manualResultPrice()
      Returns:
      the manualResultPrice column as a Real expression
    • calculatedResultPrice

      SelectableExpression calculatedResultPrice()
      Returns:
      the calculatedResultPrice column as a Real expression