BTThreeDSecurePostalAddress
@objcMembers
public class BTThreeDSecurePostalAddress : NSObject
Postal address for 3D Secure flows
-
Optional. Given name associated with the address
Declaration
Swift
public var givenName: String?
-
Optional. Surname associated with the address
Declaration
Swift
public var surname: String?
-
Optional. Line 1 of the Address (eg. number, street, etc)
Declaration
Swift
public var streetAddress: String?
-
Optional. Line 2 of the Address (eg. suite, apt #, etc.)
Declaration
Swift
public var extendedAddress: String?
-
Optional. Line 3 of the Address (eg. suite, apt #, etc.)
Declaration
Swift
public var line3: String?
-
Optional. City name
Declaration
Swift
public var locality: String?
-
Optional. Either a two-letter state code (for the US), or an ISO-3166-2 country subdivision code of up to three letters.
Declaration
Swift
public var region: String?
-
Optional. Zip code or equivalent is usually required for countries that have them. For a list of countries that do not have postal codes please refer to http://en.wikipedia.org/wiki/Postal_code
Declaration
Swift
public var postalCode: String?
-
Optional. 2 letter country code
Declaration
Swift
public var countryCodeAlpha2: String?
-
Optional. The phone number associated with the address
Note
Only numbers. Remove dashes, parentheses and other charactersDeclaration
Swift
public var phoneNumber: String?