Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 2.17 KB

File metadata and controls

22 lines (18 loc) · 2.17 KB

Bandwidth.Standard.Model.LookupResult

Carrier information results for the specified telephone number.

Properties

Name Type Description Notes
PhoneNumber string The telephone number in E.164 format. [optional]
LineType LineTypeEnum [optional]
MessagingProvider string The messaging service provider of the telephone number. [optional]
VoiceProvider string The voice service provider of the telephone number. [optional]
CountryCodeA3 string The country code of the telephone number in ISO 3166-1 alpha-3 format. [optional]
DeactivationReporter string DNI-Only. The carrier that reported a deactivation event for this phone number. [optional]
DeactivationDate string DNI-Only. The datetime the carrier reported a deactivation event. [optional]
DeactivationEvent DeactivationEventEnum [optional]
LatestMessageDeliveryStatus LatestMessageDeliveryStatusEnum [optional]
InitialMessageDeliveryStatusDate 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]
LatestMessageDeliveryStatusDate 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]
RcsEnabled 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]