OSID Logo
OSID Specifications
billing payment package
Version 3.0.0
Release Candidate Preview
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.IdnotificationIdthe notification Id
osid.id.IdListpayerIdsthe Id of the new Payers
CompliancemandatoryThis method must be implemented.
MethodchangedPayers
Description

The callback for notification of updated payers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpayerIdsthe Id of the updated Payers
CompliancemandatoryThis method must be implemented.
MethoddeletedPayers
Description

the callback for notification of deleted payers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpayerIdsthe Id of the deleted Payers
CompliancemandatoryThis method must be implemented.