Interface Cost
- All Superinterfaces:
OsidCapsule
A cost for a line item.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cost.Gets the price schedule to which this price belongs.Gets the price scheduleIdto which this price belongs.
-
Method Details
-
getPriceScheduleId
Id getPriceScheduleId()Gets the price scheduleIdto which this price belongs.- Returns:
- the price schedule
Id - Compliance:
mandatory- This method must be implemented.
-
getPriceSchedule
Gets the price schedule to which this price belongs.- Returns:
- the price schedule
- Throws:
OperationFailedException- unable to complete request- Compliance:
mandatory- This method must be implemented.
-
getAmount
Currency getAmount()Gets the cost.- Returns:
- the cost
- Compliance:
mandatory- This method must be implemented.
-