ThreeDSecurePostalAddress
data class ThreeDSecurePostalAddress(var givenName: String? = null, var surname: String? = null, var streetAddress: String? = null, var extendedAddress: String? = null, var line3: String? = null, var locality: String? = null, var region: String? = null, var postalCode: String? = null, var countryCodeAlpha2: String? = null, var phoneNumber: String? = null) : Parcelable
A class containing 3DS information about a postal address
Properties
Link copied to clipboard
Optional. 2 letter country code.
Link copied to clipboard
Optional. Line 2 of the Address (eg. suite, apt #, etc.).
Link copied to clipboard
Optional. The phone number associated with the address. Only numbers. Remove dashes, parentheses and other characters.
Link copied to clipboard
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
Link copied to clipboard
Optional. Line 1 of theAddress (eg. number, street, etc).