| Interface | osid.billing.payment.PayerReceiver | ||
|---|---|---|---|
| Implements | osid.OsidReceiver | ||
| Description |
The payer receiver is the consumer supplied interface for
receiving notifications pertaining to new, updated or deleted
| ||
| Method | newPayers | ||
| Description |
The callback for notifications of new payers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | payerIds | the Id of the new Payers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | changedPayers | ||
| Description |
The callback for notification of updated payers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | payerIds | the Id of the updated Payers | |
| Compliance | mandatory | This method must be implemented. | |
| Method | deletedPayers | ||
| Description |
the callback for notification of deleted payers. | ||
| Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | payerIds | the Id of the deleted Payers | |
| Compliance | mandatory | This method must be implemented. | |