OSID Logo
OSID Specifications
billing payment package
Version 3.0.0
Release Candidate Preview
Interfaceosid.billing.payment.PaymentReceiver
Implementsosid.OsidReceiver
Description

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

MethodnewPayments
Description

The callback for notifications of new payments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpaymentIdsthe Id of the new Payments
CompliancemandatoryThis method must be implemented.
MethodchangedPayments
Description

The callback for notification of updated payments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpaymentIdsthe Id of the updated Payments
CompliancemandatoryThis method must be implemented.
MethoddeletedPayments
Description

The callback for notification of deleted payments.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListpaymentIdsthe Id of the deleted Payments
CompliancemandatoryThis method must be implemented.