NumberValidateRequest
public struct NumberValidateRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The two-character code, in ISO 3166-1 alpha-2 format, for the country or region where the phone number was originally registered.
Declaration
Swift
public let isoCountryCode: String?
-
The phone number to retrieve information about. The phone number that you provide should include a valid numeric country code. Otherwise, the operation might result in an error.
Declaration
Swift
public let phoneNumber: String?
-
Undocumented
Declaration
Swift
public init(isoCountryCode: String? = nil, phoneNumber: String? = nil)