\Aculab\WebServicesWrapperNumberDetails

Number details.

Returned by \Aculab\WebServicesWrapper\TelephoneNumbersWebService::listNumbers().

Summary

Methods
Properties
Constants
getCountry()
getState()
getRegion()
getPrice()
getPurchased()
getDidType()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Methods

getCountry()

getCountry() : string

Get the country in which the number is located.

Returns

string

getState()

getState() : string|null

Get the state in which the number is located.

Returns null for countries that do not have states.

Returns

string|null

getRegion()

getRegion() : string

Get the region in which the number is located.

Returns

string

getPrice()

getPrice() : float

Get the price per month for the number in US dollars.

Returns

float

getPurchased()

getPurchased() : \DateTime

Get the date on which the number was purchased.

Returns

\DateTime

getDidType()

getDidType() : string

Get the type of the number.

One of "geographic", "national", "mobile" or "tollfree".

Returns

string