public class SignerInformationForLexisNexisBuilder extends Object
| Constructor and Description |
|---|
SignerInformationForLexisNexisBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SignerInformationForLexisNexis |
build()
Builds the actual signer object.
|
static SignerInformationForLexisNexisBuilder |
newSignerInformationForLexisNexis()
Creates a SignerInformationBuilderForEquifaxUSA object.
|
SignerInformationForLexisNexisBuilder |
withCity(String city)
Sets the signer's state in KBA information.
|
SignerInformationForLexisNexisBuilder |
withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
|
SignerInformationForLexisNexisBuilder |
withFirstName(String firstName)
Sets the signer's first name in KBA information.
|
SignerInformationForLexisNexisBuilder |
withFlatOrApartmentNumber(String flatOrApartmentNumber)
Sets the signer's streetAddress in KBA information.
|
SignerInformationForLexisNexisBuilder |
withHouseName(String houseName)
Sets the signer's city in KBA information.
|
SignerInformationForLexisNexisBuilder |
withHouseNumber(String houseNumber)
Sets the signer's zip in KBA information.
|
SignerInformationForLexisNexisBuilder |
withLastName(String lastName)
Sets the signer's last name in KBA information.
|
SignerInformationForLexisNexisBuilder |
withSocialSecurityNumber(String socialSecurityNumber)
Sets the signer's date of birth in KBA information.
|
SignerInformationForLexisNexisBuilder |
withState(String state)
Sets the signer's SSN in KBA information.
|
SignerInformationForLexisNexisBuilder |
withZip(String zip)
Sets the signer's date of birth in KBA information.
|
public SignerInformationForLexisNexisBuilder()
public static SignerInformationForLexisNexisBuilder newSignerInformationForLexisNexis()
Creates a SignerInformationBuilderForEquifaxUSA object.
public SignerInformationForLexisNexisBuilder withFirstName(String firstName)
Sets the signer's first name in KBA information.
firstName - the signer's first namepublic SignerInformationForLexisNexisBuilder withLastName(String lastName)
Sets the signer's last name in KBA information.
lastName - the signer's last namepublic SignerInformationForLexisNexisBuilder withFlatOrApartmentNumber(String flatOrApartmentNumber)
Sets the signer's streetAddress in KBA information.
flatOrApartmentNumber - the signer's flat or apartment numberpublic SignerInformationForLexisNexisBuilder withHouseName(String houseName)
Sets the signer's city in KBA information.
houseName - the signer's house namepublic SignerInformationForLexisNexisBuilder withHouseNumber(String houseNumber)
Sets the signer's zip in KBA information.
houseNumber - the signer's house numberpublic SignerInformationForLexisNexisBuilder withCity(String city)
Sets the signer's state in KBA information.
city - the signer's citypublic SignerInformationForLexisNexisBuilder withState(String state)
Sets the signer's SSN in KBA information.
state - the signer's statepublic SignerInformationForLexisNexisBuilder withZip(String zip)
Sets the signer's date of birth in KBA information.
zip - the signer's zippublic SignerInformationForLexisNexisBuilder withSocialSecurityNumber(String socialSecurityNumber)
Sets the signer's date of birth in KBA information.
socialSecurityNumber - the signer's social security numberpublic SignerInformationForLexisNexisBuilder withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
dateOfBirth - the signer's date of birthpublic SignerInformationForLexisNexis build()
Copyright 2022 OneSpan All rights reserved.