OSID Logo
OSID Specifications
ordering package
Version 3.1.0
Interfaceosid.ordering.CostTerm
Implementsosid.search.QueryTerm
Description

A query term for a cost.

MethodgetPriceScheduleId
Description

Gets the price schedule Id.

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

Gets the start range of the amount.

Returnosid.financials.Currency the start range
Compliancemandatory This method must be implemented.
MethodgetAmountEnd
Description

Gets the end range of the amount.

Returnosid.financials.Currency the end range
Compliancemandatory This method must be implemented.