Interface ReceiptReceiver
- All Superinterfaces:
OsidReceiver
The receipt receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Receipt
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedReceipts(Id notificationId, IdList receiptIds) The callback for notification of updated receipts.voiddeletedReceipts(Id notificationId, IdList receiptIds) the callback for notification of deleted receipts.voidnewReceipts(Id notificationId, IdList receiptIds) The callback for notifications of new receipts.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newReceipts
-
changedReceipts
-
deletedReceipts
-