public class SignerInformationForEquifaxCanadaBuilder extends Object
| Constructor and Description |
|---|
SignerInformationForEquifaxCanadaBuilder() |
| Modifier and Type | Method and Description |
|---|---|
SignerInformationForEquifaxCanada |
build()
Builds the actual signer object.
|
static SignerInformationForEquifaxCanadaBuilder |
newSignerInformationForEquifaxCanada()
Creates a SignerInformationBuilderForEquifaxCanada object.
|
SignerInformationForEquifaxCanadaBuilder |
withCity(String city)
Sets the signer's city in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driver's license in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withFirstName(String firstName)
Sets the signer's first name in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone number in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withLastName(String lastName)
Sets the signer's last name in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withPostalCode(String postalCode)
Sets the signer's postalCode in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withProvince(String province)
Sets the signer's province in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withSocialInsuranceNumber(String socialInsuranceNumber)
Sets the signer's SIN number in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information.
|
SignerInformationForEquifaxCanadaBuilder |
withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information.
|
public SignerInformationForEquifaxCanadaBuilder()
public static SignerInformationForEquifaxCanadaBuilder newSignerInformationForEquifaxCanada()
Creates a SignerInformationBuilderForEquifaxCanada object.
public SignerInformationForEquifaxCanadaBuilder withFirstName(String firstName)
Sets the signer's first name in KBA information.
firstName - the signer's first namepublic SignerInformationForEquifaxCanadaBuilder withLastName(String lastName)
Sets the signer's last name in KBA information.
lastName - the signer's last namepublic SignerInformationForEquifaxCanadaBuilder withStreetAddress(String streetAddress)
Sets the signer's streetAddress in KBA information.
streetAddress - the signer's streetAddresspublic SignerInformationForEquifaxCanadaBuilder withCity(String city)
Sets the signer's city in KBA information.
city - the signer's citypublic SignerInformationForEquifaxCanadaBuilder withPostalCode(String postalCode)
Sets the signer's postalCode in KBA information.
postalCode - the signer's postalCodepublic SignerInformationForEquifaxCanadaBuilder withProvince(String province)
Sets the signer's province in KBA information.
province - the signer's provincepublic SignerInformationForEquifaxCanadaBuilder withTimeAtAddress(Integer timeAtAddress)
Sets the signer's time at streetAddress in KBA information.
timeAtAddress - the signer's time at streetAddresspublic SignerInformationForEquifaxCanadaBuilder withDateOfBirth(Date dateOfBirth)
Sets the signer's date of birth in KBA information.
dateOfBirth - the signer's date of birthpublic SignerInformationForEquifaxCanadaBuilder withDriversLicenseNumber(String driversLicenseNumber)
Sets the signer's driver's license in KBA information.
driversLicenseNumber - the signer's driver's licensepublic SignerInformationForEquifaxCanadaBuilder withSocialInsuranceNumber(String socialInsuranceNumber)
Sets the signer's SIN number in KBA information.
socialInsuranceNumber - the signer's SIN numberpublic SignerInformationForEquifaxCanadaBuilder withHomePhoneNumber(String homePhoneNumber)
Sets the signer's home phone number in KBA information.
homePhoneNumber - the signer's home phone numberpublic SignerInformationForEquifaxCanada build()
Copyright 2022 OneSpan All rights reserved.