AWSPinpointTargetingNumberValidateResponse Class Reference
Inherits from | AWSModel : AWSMTLModel |
---|---|
Declared in | AWSPinpointTargetingModel.h AWSPinpointTargetingModel.m |
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.
@property (nonatomic, strong) NSString *carrier
Declared In
AWSPinpointTargetingModel.h
city
The name of the city where the phone number was originally registered.
@property (nonatomic, strong) NSString *city
Declared In
AWSPinpointTargetingModel.h
cleansedPhoneNumberE164
The cleansed phone number, in E.164 format, for the location where the phone number was originally registered.
@property (nonatomic, strong) NSString *cleansedPhoneNumberE164
Declared In
AWSPinpointTargetingModel.h
cleansedPhoneNumberNational
The cleansed phone number, in the format for the location where the phone number was originally registered.
@property (nonatomic, strong) NSString *cleansedPhoneNumberNational
Declared In
AWSPinpointTargetingModel.h
country
The name of the country or region where the phone number was originally registered.
@property (nonatomic, strong) NSString *country
Declared In
AWSPinpointTargetingModel.h
countryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
@property (nonatomic, strong) NSString *countryCodeIso2
Declared In
AWSPinpointTargetingModel.h
countryCodeNumeric
The numeric code for the country or region where the phone number was originally registered.
@property (nonatomic, strong) NSString *countryCodeNumeric
Declared In
AWSPinpointTargetingModel.h
county
The name of the county where the phone number was originally registered.
@property (nonatomic, strong) NSString *county
Declared In
AWSPinpointTargetingModel.h
originalCountryCodeIso2
The two-character code, in ISO 3166-1 alpha-2 format, that was sent in the request body.
@property (nonatomic, strong) NSString *originalCountryCodeIso2
Declared In
AWSPinpointTargetingModel.h
originalPhoneNumber
The phone number that was sent in the request body.
@property (nonatomic, strong) NSString *originalPhoneNumber
Declared In
AWSPinpointTargetingModel.h
phoneType
The description of the phone type. Valid values are: MOBILE, LANDLINE, VOIP, INVALID, PREPAID, and OTHER.
@property (nonatomic, strong) NSString *phoneType
Declared In
AWSPinpointTargetingModel.h
phoneTypeCode
The phone type, represented by an integer. Valid values are: 0 (mobile), 1 (landline), 2 (VoIP), 3 (invalid), 4 (other), and 5 (prepaid).
@property (nonatomic, strong) NSNumber *phoneTypeCode
Declared In
AWSPinpointTargetingModel.h
timezone
The time zone for the location where the phone number was originally registered.
@property (nonatomic, strong) NSString *timezone
Declared In
AWSPinpointTargetingModel.h
zipCode
The postal or ZIP code for the location where the phone number was originally registered.
@property (nonatomic, strong) NSString *zipCode
Declared In
AWSPinpointTargetingModel.h