BTThreeDSecurePostalAddress

@objcMembers
public class BTThreeDSecurePostalAddress : NSObject

Postal address for 3D Secure flows

Initializer

  • Creates a postal address for 3D Secure flows with all components

    Declaration

    Swift

    public init(
        givenName: String? = nil,
        surname: String? = nil,
        streetAddress: String? = nil,
        extendedAddress: String? = nil,
        line3: String? = nil,
        locality: String? = nil,
        region: String? = nil,
        postalCode: String? = nil,
        countryCodeAlpha2: String? = nil,
        phoneNumber: String? = nil
    )

    Parameters

    givenName

    Optional. Given name associated with the address

    surname

    Optional. Surname associated with the address

    streetAddress

    Optional. Line 1 of the Address (eg. number, street, etc)

    extendedAddress

    Optional. Line 2 of the Address (eg. suite, apt #, etc.)

    line3

    Optional. Line 3 of the Address (eg. suite, apt #, etc.)

    locality

    Optional. City name

    region

    Optional. Either a two-letter state code (for the US), or an ISO-3166-2 country subdivision code of up to three letters.

    postalCode

    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

    countryCodeAlpha2

    Optional. 2 letter country code

    phoneNumber

    Optional. The phone number. Only numbers. Remove dashes, parentheses and other characters