Interface | osid.billing.payment.PaymentReceiver | ||
---|---|---|---|
Implements | osid.OsidReceiver | ||
Description |
The payment receiver is the consumer supplied interface for receiving notifications pertaining to new, updated or deleted payment objects. | ||
Method | newPayments | ||
Description |
The callback for notifications of new payments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | paymentIds | the Id of the new Payments | |
Compliance | mandatory | This method must be implemented. | |
Method | changedPayments | ||
Description |
The callback for notification of updated payments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | paymentIds | the Id of the updated Payments | |
Compliance | mandatory | This method must be implemented. | |
Method | deletedPayments | ||
Description |
The callback for notification of deleted payments. | ||
Parameters | osid.id.Id | notificationId | the notification Id |
osid.id.IdList | paymentIds | the Id of the deleted Payments | |
Compliance | mandatory | This method must be implemented. |