OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.Cost
Implementsosid.OsidCapsule
Used Byosid.ordering.CostList
Description

A cost for a line item.

MethodgetPriceScheduleId
Description

Gets the price schedule Id to which this price belongs.

Returnosid.id.Id the price schedule Id
Compliancemandatory This method must be implemented.
MethodgetPriceSchedule
Description

Gets the price schedule to which this price belongs.

Returnosid.ordering.PriceSchedule the price schedule
ErrorsOPERATION_FAILED unable to complete request
Compliancemandatory This method must be implemented.
MethodgetAmount
Description

Gets the cost.

Returnosid.financials.Currency the cost
Compliancemandatory This method must be implemented.