\Aculab\WebServicesWrapperNumberLookupResult

The result of a number lookup.

Summary

Methods
Properties
Constants
getPhoneNumber()
getNumberFound()
getCountryName()
getCountryCode()
getLineType()
getCarrier()
No public properties found
MOBILE
LANDLINE
TOLL_FREE
VOIP
OTHER
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

MOBILE

MOBILE

The phone number is a mobile (cell) phone.

LANDLINE

LANDLINE

The phone number is a landline.

TOLL_FREE

TOLL_FREE

The phone number is toll free.

VOIP

VOIP

The phone number is VoIP based.

OTHER

OTHER

The phone number is of type not covered by one of the other types.

Methods

getPhoneNumber()

getPhoneNumber() : string

Get the phone number.

Returns

string

getNumberFound()

getNumberFound() : boolean

Determine if the phone number was found.

Returns

boolean

getCountryName()

getCountryName() : string

Get the country name.

Returns

string

getCountryCode()

getCountryCode() : string

Get the country code.

Returns

string

getLineType()

getLineType() : string

Get the line type.

Returns

string

getCarrier()

getCarrier() : string

Get the carrier.

Returns

string