OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.CostTerm
Implementsosid.search.QueryTerm
Description

A query term for a cost.

MethodgetPriceScheduleId
Description

Gets the price schedule Id.

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

Gets the start range of the amount.

Returnosid.financials.Currencythe start range
CompliancemandatoryThis method must be implemented.
MethodgetAmountEnd
Description

Gets the end range of the amount.

Returnosid.financials.Currencythe end range
CompliancemandatoryThis method must be implemented.