Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.04 KB

SyncNumberLookupResult.md

File metadata and controls

33 lines (21 loc) · 1.04 KB

SyncNumberLookupResult

Info about a phone number

Properties

Name Type Description Notes
number String Phone number in e.164 format
roaming Boolean Indicates if a number is roaming [optional]
ported Boolean Indicates if a number is ported [optional]
roamingNetwork MobileNetwork [optional]
currentNetwork MobileNetwork [optional]
originalNetwork MobileNetwork [optional]
portedNetwork MobileNetwork [optional]
status StatusEnum Status of the phone number [optional]
error Object Indicates if any error occurred while handling the request [optional]

Enum: StatusEnum

Name Value
ON "ON"
OFF "OFF"
INVALID "INVALID"
UNKNOWN "UNKNOWN"