Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 2 KB

File metadata and controls

47 lines (31 loc) · 2 KB

PhoneNumberWithMessagingSettings

Properties

Name Type Description Notes
recordType RecordTypeEnum Identifies the type of the resource. [optional] [readonly]
id String Identifies the type of resource. [optional] [readonly]
phoneNumber String +E.164 formatted phone number. [optional] [readonly]
messagingProfileId String Unique identifier for a messaging profile. [optional]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional] [readonly]
updatedAt OffsetDateTime ISO 8601 formatted date indicating when the resource was updated. [optional] [readonly]
countryCode String ISO 3166-1 alpha-2 country code. [optional] [readonly]
type TypeEnum The type of the phone number [optional] [readonly]
health NumberHealthMetrics [optional]
eligibleMessagingProducts List<String> The messaging products that this number can be registered to use [optional] [readonly]
trafficType String The messaging traffic or use case for which the number is currently configured. [optional] [readonly]
messagingProduct String The messaging product that the number is registered to use [optional]
features PhoneNumberWithMessagingSettingsFeatures [optional]

Enum: RecordTypeEnum

Name Value
PHONE_NUMBER "messaging_phone_number"
SETTINGS "messaging_settings"

Enum: TypeEnum

Name Value
LONG_CODE "long-code"
TOLL_FREE "toll-free"
SHORT_CODE "short-code"
LONGCODE "longcode"
TOLLFREE "tollfree"
SHORTCODE "shortcode"