Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 766 Bytes

File metadata and controls

15 lines (8 loc) · 766 Bytes

LatestMessageDeliveryStatusEnum

DNI-Only. The current delivery status of the phone number. - ACTIVE: A message was successfully sent to the number (delivery code 0). - DEACTIVATED: A message was not delivered to a number (delivery code 720) - UNKNOWN: Bandwidth cannot find an delivery status entry for the number. - NOT_ENABLED: The phone number is not enabled for messaging, so there is no delivery status information.

Enum

  • Active (value: 'ACTIVE')

  • Deactivated (value: 'DEACTIVATED')

  • Unknown (value: 'UNKNOWN')

  • NotEnabled (value: 'NOT_ENABLED')

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