public class SignerInformationForEquifaxUSABuilder extends Object
| Constructor and Description |
|---|
SignerInformationForEquifaxUSABuilder() |
| Modifier and Type | Method and Description |
|---|---|
SignerInformationForEquifaxUSA |
build()
Builds the actual signer object.
|
static SignerInformationForEquifaxUSABuilder |
newSignerInformationForEquifaxUSA()
Creates a SignerInformationBuilderForEquifaxUSA object.
|
SignerInformationForEquifaxUSABuilder |
withCity(String city)
Sets the signer's city in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driversLicense number in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withFirstName(String firstName)
Sets the signer's first name in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withLastName(String lastName)
Sets the signer's last name in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withSocialSecurityNumber(String socialSecurityNumber)
Sets the signer's SSN in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withState(String state)
Sets the signer's state in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information.
|
SignerInformationForEquifaxUSABuilder |
withZip(String zip)
Sets the signer's zip in KBA information.
|
public SignerInformationForEquifaxUSABuilder()
public static SignerInformationForEquifaxUSABuilder newSignerInformationForEquifaxUSA()
Creates a SignerInformationBuilderForEquifaxUSA object.
public SignerInformationForEquifaxUSABuilder withFirstName(String firstName)
Sets the signer's first name in KBA information.
firstName - the signer's first namepublic SignerInformationForEquifaxUSABuilder withLastName(String lastName)
Sets the signer's last name in KBA information.
lastName - the signer's last namepublic SignerInformationForEquifaxUSABuilder withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information.
streetAddress - the signer's street addresspublic SignerInformationForEquifaxUSABuilder withCity(String city)
Sets the signer's city in KBA information.
city - the signer's citypublic SignerInformationForEquifaxUSABuilder withZip(String zip)
Sets the signer's zip in KBA information.
zip - the signer's zippublic SignerInformationForEquifaxUSABuilder withState(String state)
Sets the signer's state in KBA information.
state - the signer's statepublic SignerInformationForEquifaxUSABuilder withSocialSecurityNumber(String socialSecurityNumber)
Sets the signer's SSN in KBA information.
socialSecurityNumber - the signer's SSNpublic SignerInformationForEquifaxUSABuilder withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
dateOfBirth - the signer's date of birthpublic SignerInformationForEquifaxUSABuilder withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone in KBA information.
homePhoneNumber - the signer's home phone numberpublic SignerInformationForEquifaxUSABuilder withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driversLicense number in KBA information.
driversLicenseNumber - the signer's driversLicense numberpublic SignerInformationForEquifaxUSABuilder withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information.
timeAtAddress - the signer's time at streetAddresspublic SignerInformationForEquifaxUSA build()
Copyright 2022 OneSpan All rights reserved.