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

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

MethodnewCustomers
Description

The callback for notifications of new customers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcustomerIdsthe Id of the new Customers
CompliancemandatoryThis method must be implemented.
MethodchangedCustomers
Description

The callback for notification of updated customers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcustomerIdsthe Id of the updated Customers
CompliancemandatoryThis method must be implemented.
MethoddeletedCustomers
Description

the callback for notification of deleted customers.

Parametersosid.id.IdnotificationIdthe notification Id
osid.id.IdListcustomerIdsthe Id of the deleted Customers
CompliancemandatoryThis method must be implemented.