CustomerDataMatchResult

@Serializable()
public final class CustomerDataMatchResult implements Serializable

Parameters

idNumberMatch

Flag which indicates if the ID number is matching or not

idNumber2Match

Flag which indicates if the ID number2 is matching or not

dateOfBirthMatch

Flag which indicates if the Date of Birth is matching or not

expiryDateMatch

Flag which indicates if the Expiry Date is matching or not

nameMatch

Flag which indicates if the Name is matching or not

firstNameMatch

Flag which indicates if the First name is matching or not

middleNameMatch

Flag which indicates if the Middle name is matching or not

lastNameMatch

Flag which indicates if the Last name is matching or not

addressMatch

Flag which indicates if the address is matching or not

postalCodeMatch

Flag which indicates if the postalCode is matching or not

idNumberMatchScore

IDNumber matching score

idNumber2MatchScore

IDNumber2 matching score

dateOfBirthMatchScore

Date of birth matching score

expiryDateMatchScore

Expiry of birth matching score

nameMatchScore

Name matching score

firstNameMatchScore

first name matching score

middleNameMatchScore

Middle name matching score

lastNameMatchScore

Last name matching score

addressMatchScore

Address matching score

postalCodeMatchScore

Postal code matching score

Constructors

Link copied to clipboard
public CustomerDataMatchResult CustomerDataMatchResult(String idNumberMatch, String idNumber2Match, String dateOfBirthMatch, String expiryDateMatch, String nameMatch, String firstNameMatch, String middleNameMatch, String lastNameMatch, String addressMatch, String postalCodeMatch, String idNumberMatchScore, String idNumber2MatchScore, String dateOfBirthMatchScore, String expiryDateMatchScore, String nameMatchScore, String firstNameMatchScore, String middleNameMatchScore, String lastNameMatchScore, String addressMatchScore, String postalCodeMatchScore)

Properties

Link copied to clipboard
private final String addressMatch

Type:String
Flag which indicates if the address is matching or not

Link copied to clipboard
private final String addressMatchScore

Type:String
Address matching score

Link copied to clipboard
private final String dateOfBirthMatch

Type:String
Flag which indicates if the Date of Birth is matching or not

Link copied to clipboard

Type:String
Date of birth matching score

Link copied to clipboard
private final String expiryDateMatch

Type:String
Flag which indicates if the Expiry Date is matching or not

Link copied to clipboard

Type:String
Expiry of birth matching score

Link copied to clipboard
private final String firstNameMatch

Type:String
Flag which indicates if the First name is matching or not

Link copied to clipboard

Type:String
first name matching score

Link copied to clipboard
private final String idNumber2Match

Type:String
Flag which indicates if the ID number2 is matching or not

Link copied to clipboard

Type:String
IDNumber2 matching score

Link copied to clipboard
private final String idNumberMatch

Type:String
Flag which indicates if the ID number is matching or not

Link copied to clipboard
private final String idNumberMatchScore

Type:String
IDNumber matching score

Link copied to clipboard
private final String lastNameMatch

Type:String
Flag which indicates if the Last name is matching or not

Link copied to clipboard
private final String lastNameMatchScore

Type:String
Last name matching score

Link copied to clipboard
private final String middleNameMatch

Type:String
Flag which indicates if the Middle name is matching or not

Link copied to clipboard

Type:String
Middle name matching score

Link copied to clipboard
private final String nameMatch

Type:String
Flag which indicates if the Name is matching or not

Link copied to clipboard
private final String nameMatchScore

Type:String
Name matching score

Link copied to clipboard
private final String postalCodeMatch

Type:String
Flag which indicates if the postalCode is matching or not

Link copied to clipboard

Type:String
Postal code matching score

Functions

Link copied to clipboard
public final String getAddressMatch()

Type:String
Flag which indicates if the address is matching or not

Link copied to clipboard

Type:String
Address matching score

Link copied to clipboard
public final String getDateOfBirthMatch()

Type:String
Flag which indicates if the Date of Birth is matching or not

Link copied to clipboard

Type:String
Date of birth matching score

Link copied to clipboard
public final String getExpiryDateMatch()

Type:String
Flag which indicates if the Expiry Date is matching or not

Link copied to clipboard

Type:String
Expiry of birth matching score

Link copied to clipboard
public final String getFirstNameMatch()

Type:String
Flag which indicates if the First name is matching or not

Link copied to clipboard

Type:String
first name matching score

Link copied to clipboard
public final String getIdNumber2Match()

Type:String
Flag which indicates if the ID number2 is matching or not

Link copied to clipboard

Type:String
IDNumber2 matching score

Link copied to clipboard
public final String getIdNumberMatch()

Type:String
Flag which indicates if the ID number is matching or not

Link copied to clipboard

Type:String
IDNumber matching score

Link copied to clipboard
public final String getLastNameMatch()

Type:String
Flag which indicates if the Last name is matching or not

Link copied to clipboard

Type:String
Last name matching score

Link copied to clipboard
public final String getMiddleNameMatch()

Type:String
Flag which indicates if the Middle name is matching or not

Link copied to clipboard

Type:String
Middle name matching score

Link copied to clipboard
public final String getNameMatch()

Type:String
Flag which indicates if the Name is matching or not

Link copied to clipboard
public final String getNameMatchScore()

Type:String
Name matching score

Link copied to clipboard
public final String getPostalCodeMatch()

Type:String
Flag which indicates if the postalCode is matching or not

Link copied to clipboard

Type:String
Postal code matching score