public interface PayerReceiver extends OsidReceiver
The payer receiver is the consumer supplied interface for receiving
notifications pertaining to new, updated or deleted Payer
objects.
| Modifier and Type | Method and Description |
|---|---|
void |
changedPayers(Id notificationId,
IdList payerIds)
The callback for notification of updated payers.
|
void |
deletedPayers(Id notificationId,
IdList payerIds)
the callback for notification of deleted payers.
|
void |
newPayers(Id notificationId,
IdList payerIds)
The callback for notifications of new payers.
|
down, upvoid newPayers(Id notificationId, IdList payerIds)
notificationId - the notification Id payerIds - the Id of the new Payers
mandatory - This method must be implemented. void changedPayers(Id notificationId, IdList payerIds)
notificationId - the notification Id payerIds - the Id of the updated Payers
mandatory - This method must be implemented.