Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 998 Bytes

File metadata and controls

31 lines (19 loc) · 998 Bytes

MessenteApi.SyncNumberLookupResult

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]
roaming_network MobileNetwork [optional]
current_network MobileNetwork [optional]
original_network MobileNetwork [optional]
ported_network MobileNetwork [optional]
status String Status of the phone number [optional]
error Object Indicates if any error occurred while handling the request [optional]

Enum: StatusEnum

  • ON (value: "ON")

  • OFF (value: "OFF")

  • INVALID (value: "INVALID")

  • UNKNOWN (value: "UNKNOWN")