AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides information about a phone number.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.NumberValidateResponse

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class NumberValidateResponse

The NumberValidateResponse type exposes the following members

Constructors

NameDescription
Public Method NumberValidateResponse()

Properties

NameTypeDescription
Public Property Carrier System.String

Gets and sets the property Carrier.

The carrier or service provider that the phone number is currently registered with. In some countries and regions, this value may be the carrier or service provider that the phone number was originally registered with.

Public Property City System.String

Gets and sets the property City.

The name of the city where the phone number was originally registered.

Public Property CleansedPhoneNumberE164 System.String

Gets and sets the property CleansedPhoneNumberE164.

The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.

Public Property CleansedPhoneNumberNational System.String

Gets and sets the property CleansedPhoneNumberNational.

The cleansed phone number, in the format for the location where the phone number was originally registered.

Public Property Country System.String

Gets and sets the property Country.

The name of the country or region where the phone number was originally registered.

Public Property CountryCodeIso2 System.String

Gets and sets the property CountryCodeIso2.

The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

Public Property CountryCodeNumeric System.String

Gets and sets the property CountryCodeNumeric.

The numeric code for the country or region where the phone number was originally registered.

Public Property County System.String

Gets and sets the property County.

The name of the county where the phone number was originally registered.

Public Property OriginalCountryCodeIso2 System.String

Gets and sets the property OriginalCountryCodeIso2.

The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.

Public Property OriginalPhoneNumber System.String

Gets and sets the property OriginalPhoneNumber.

The phone number that was sent in the request body.

Public Property PhoneType System.String

Gets and sets the property PhoneType.

The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.

Public Property PhoneTypeCode System.Int32

Gets and sets the property PhoneTypeCode.

The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).

Public Property Timezone System.String

Gets and sets the property Timezone.

The time zone for the location where the phone number was originally registered.

Public Property ZipCode System.String

Gets and sets the property ZipCode.

The postal or ZIP code for the location where the phone number was originally registered.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5