Interface BillingReceiver
- All Superinterfaces:
OsidReceiver
The billing receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Billing
objects.
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangedBillings(Id notificationId, IdList billingIds) The callback for notification of updated billings.voidchangedChildOfBillings(Id notificationId, IdList billingIds) The callback for notifications of changes to children of billing hierarchy nodes.voiddeletedBillings(Id notificationId, IdList billingIds) the callback for notification of deleted billings.voidnewBillings(Id notificationId, IdList billingIds) The callback for notifications of new billings.Methods inherited from interface OsidReceiver
down, up
-
Method Details
-
newBillings
-
changedBillings
-
deletedBillings
-
changedChildOfBillings
The callback for notifications of changes to children of billing hierarchy nodes.- Parameters:
notificationId- the notificationIdbillingIds- theIdsof theBillingswhose children have changed- Compliance:
mandatory- This method must be implemented.
-