OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.Cost
Implementsosid.OsidCapsule
Description

A cost for a line item.

MethodgetPriceScheduleId
Description

Gets the price schedule Id to which this price belongs.

Returnosid.id.Idthe price schedule Id
CompliancemandatoryThis method must be implemented.
MethodgetPriceSchedule
Description

Gets the price schedule to which this price belongs.

Returnosid.ordering.PriceSchedulethe price schedule
ErrorsOPERATION_FAILEDunable to complete request
CompliancemandatoryThis method must be implemented.
MethodgetAmount
Description

Gets the cost.

Returnosid.financials.Currencythe cost
CompliancemandatoryThis method must be implemented.