Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 2.19 KB

File metadata and controls

20 lines (17 loc) · 2.19 KB

LookupResult

Properties

Name Type Description Notes
phone_number string The telephone number in E.164 format. [optional]
line_type \Bandwidth\Model\LineTypeEnum [optional]
messaging_provider string The messaging service provider of the telephone number. [optional]
voice_provider string The voice service provider of the telephone number. [optional]
country_code_a3 string The country code of the telephone number in ISO 3166-1 alpha-3 format. [optional]
deactivation_reporter string DNI-Only. The carrier that reported a deactivation event for this phone number. [optional]
deactivation_date string DNI-Only. The datetime the carrier reported a deactivation event. [optional]
deactivation_event \Bandwidth\Model\DeactivationEventEnum [optional]
latest_message_delivery_status \Bandwidth\Model\LatestMessageDeliveryStatusEnum [optional]
initial_message_delivery_status_date \DateTime DNI-Only. The date the phone number entered the status described in `latestMessageDeliveryStatus`. Think of this as the "start time" for that status. Value resets every time the `latestMessageDeliveryStatus` changes. [optional]
latest_message_delivery_status_date \DateTime DNI-Only. The date bandwidth last received delivery status information for this phone number. Use this field to understand how up-to-date the `latestMessageDeliveryStatus` is. Value resets every time the `latestMessageDeliveryStatus` changes. [optional]
rcs_enabled bool RCS-Only. Indicates whether the phone number is capable of receiving RCS messages. Value will be null if account has RCS, but no value was returned. Absent when account does not have RCS. [optional]

[Back to Model list] [Back to API list] [Back to README]