OSID Logo
OSID Specifications
billing payment package
Version 3.1.0
Interfaceosid.billing.payment.PayerReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPayers
Description

The callback for notifications of new payers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpayerIds the Id of the new Payers
Compliancemandatory This method must be implemented.
MethodchangedPayers
Description

The callback for notification of updated payers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpayerIds the Id of the updated Payers
Compliancemandatory This method must be implemented.
MethoddeletedPayers
Description

the callback for notification of deleted payers.

Parametersosid.id.IdnotificationId the notification Id
osid.id.IdListpayerIds the Id of the deleted Payers
Compliancemandatory This method must be implemented.