getCustomersMsisdn(Customer, long) method

Retrieve a list of MSISDNs sorted from the most to least preferred.

Syntax

List< String > getCustomersMsisdn ( Customer customer , long actor )

Parameters

Returns

a list of MSISDN sorted from most to least preferred.

Usage

The call returns an empty list if no MSISDN is available. The default implementation will return a maximum of one MSISDN. It only returns MSISDNs that are registered as Identifications.

a list of MSISDN sorted from most to least preferred.