OSID Logo
OSID Specifications
ordering package
Version 3.0.0
Release Candidate Preview
Interfaceosid.ordering.PriceScheduleReceiver
Implementsosid.OsidReceiver
Description

The price receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted PriceSchedule objects.

MethodnewPriceSchedules
Description

The callback for notifications of new price schedules.

Parametersosid.id.IdListpriceScheduleIdsthe Ids of the new PriceSchedules
CompliancemandatoryThis method must be implemented.
MethodchangedPriceSchedules
Description

The callback for notification of updated price schedules or changed prices.

Parametersosid.id.IdListpriceScheduleIdsthe Ids of the updated PriceSchedules
CompliancemandatoryThis method must be implemented.
MethoddeletedPriceSchedules
Description

the callback for notification of deleted price schedule.

Parametersosid.id.IdListpriceScheduleIdsthe Ids of the registered PriceSchedules
CompliancemandatoryThis method must be implemented.