AWSPinpointTargetingNumberValidateResponse

Objective-C

@interface AWSPinpointTargetingNumberValidateResponse

Swift

class AWSPinpointTargetingNumberValidateResponse

Provides information about a phone number.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable carrier;

    Swift

    var carrier: String? { get set }
  • The name of the city where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable city;

    Swift

    var city: String? { get set }
  • The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cleansedPhoneNumberE164;

    Swift

    var cleansedPhoneNumberE164: String? { get set }
  • The cleansed phone number, in the format for the location where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable cleansedPhoneNumberNational;

    Swift

    var cleansedPhoneNumberNational: String? { get set }
  • The name of the country or region where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable country;

    Swift

    var country: String? { get set }
  • The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable countryCodeIso2;

    Swift

    var countryCodeIso2: String? { get set }
  • The numeric code for the country or region where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable countryCodeNumeric;

    Swift

    var countryCodeNumeric: String? { get set }
  • The name of the county where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable county;

    Swift

    var county: String? { get set }
  • The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable originalCountryCodeIso2;

    Swift

    var originalCountryCodeIso2: String? { get set }
  • The phone number that was sent in the request body.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable originalPhoneNumber;

    Swift

    var originalPhoneNumber: String? { get set }
  • The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable phoneType;

    Swift

    var phoneType: String? { get set }
  • The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable phoneTypeCode;

    Swift

    var phoneTypeCode: NSNumber? { get set }
  • The time zone for the location where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable timezone;

    Swift

    var timezone: String? { get set }
  • The postal or ZIP code for the location where the phone number was originally registered.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable zipCode;

    Swift

    var zipCode: String? { get set }