public interface Cost extends OsidCapsule
A cost for a line item.
| Modifier and Type | Method and Description |
|---|---|
Currency |
getAmount()
Gets the cost.
|
PriceSchedule |
getPriceSchedule()
Gets the price schedule to which this price belongs.
|
Id |
getPriceScheduleId()
Gets the price schedule
Id to which this price belongs. |
Id getPriceScheduleId()
Id to which this price belongs. Id mandatory - This method must be implemented. PriceSchedule getPriceSchedule() throws OperationFailedException
OperationFailedException - unable to complete requestmandatory - This method must be implemented. Currency getAmount()
mandatory - This method must be implemented.