VerifyIdentityInput
public struct VerifyIdentityInput : Hashable
Input for verifyIdentity(input:)
-
First name. Case insensitive.
Declaration
Swift
public let firstName: String
-
Last name. Case insensitive.
Declaration
Swift
public let lastName: String
-
Address. Case insensitive.
Declaration
Swift
public let address: String
-
City. Case insensitive.
Declaration
Swift
public let city: String?
-
State. This is abbreviated name for the state, e.g. ‘NY’ not ‘New York’.
Declaration
Swift
public let state: String?
-
Postal code.
Declaration
Swift
public let postalCode: String
-
ISO 3166-1 alpha-2 country code. Must be one of countries retrieved via
getSupportedCountries
API.Declaration
Swift
public let country: String
-
Date of birth formatted in “yyyy-MM-dd”
Declaration
Swift
public let dateOfBirth: String