Skip to content

Sns  >  Structures  >  PhoneNumberInformation

PhoneNumberInformation

Structure Class

PhoneNumberInformation dataclass

A list of phone numbers and their metadata.

Attributes

created_at class-attribute instance-attribute
created_at: datetime | None = None

The date and time when the phone number was created.

iso2_country_code class-attribute instance-attribute
iso2_country_code: str | None = None

The two-character code for the country or region, in ISO 3166-1 alpha-2 format.

number_capabilities class-attribute instance-attribute
number_capabilities: list[NumberCapability] | None = None

The capabilities of each phone number.

phone_number class-attribute instance-attribute
phone_number: str | None = field(repr=False, default=None)

The phone number.

route_type class-attribute instance-attribute
route_type: RouteType | None = None

The list of supported routes.

status class-attribute instance-attribute
status: str | None = None

The status of the phone number.