OSID Logo
OSID Specifications
messaging package
Version 3.0.0
Release Candidate Preview
Interfaceosid.messaging.ReceiptReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewReceipts
Description

The callback for notifications of new receipts.

Parametersosid.id.IdListreceiptIdsthe Ids of the new Receipts
CompliancemandatoryThis method must be implemented.
MethodchangedReceipts
Description

The callback for notification of updated receipts.

Parametersosid.id.IdListreceiptIdsthe Ids of the updated Receipts
CompliancemandatoryThis method must be implemented.
MethoddeletedReceipts
Description

the callback for notification of deleted receipts.

Parametersosid.id.IdListreceiptIdsthe Ids of the deleted Receipts
CompliancemandatoryThis method must be implemented.