Interface CostTerm

All Superinterfaces:
QueryTerm

public interface CostTerm extends QueryTerm

A query term for a cost.

  • Method Details

    • getPriceScheduleId

      Id getPriceScheduleId()
      Gets the price schedule Id .
      Returns:
      the price schedule Id
      Compliance:
      mandatory - This method must be implemented.
    • getAmountStart

      Currency getAmountStart()
      Gets the start range of the amount.
      Returns:
      the start range
      Compliance:
      mandatory - This method must be implemented.
    • getAmountEnd

      Currency getAmountEnd()
      Gets the end range of the amount.
      Returns:
      the end range
      Compliance:
      mandatory - This method must be implemented.