public final class AccountHolderIdentification
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AccountHolderIdentification.AccountHolderIdentificationBuilder |
| Constructor and Description |
|---|
AccountHolderIdentification() |
AccountHolderIdentification(AccountHolderIdentificationType type,
java.lang.String number,
CountryCode issuingCountry,
java.lang.String dateOfExpiry) |
| Modifier and Type | Method and Description |
|---|---|
static AccountHolderIdentification.AccountHolderIdentificationBuilder |
builder() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDateOfExpiry() |
CountryCode |
getIssuingCountry() |
java.lang.String |
getNumber() |
AccountHolderIdentificationType |
getType() |
int |
hashCode() |
void |
setDateOfExpiry(java.lang.String dateOfExpiry) |
void |
setIssuingCountry(CountryCode issuingCountry) |
void |
setNumber(java.lang.String number) |
void |
setType(AccountHolderIdentificationType type) |
java.lang.String |
toString() |
public AccountHolderIdentification(AccountHolderIdentificationType type, java.lang.String number, CountryCode issuingCountry, java.lang.String dateOfExpiry)
public AccountHolderIdentification()
public static AccountHolderIdentification.AccountHolderIdentificationBuilder builder()
public AccountHolderIdentificationType getType()
public java.lang.String getNumber()
public CountryCode getIssuingCountry()
public java.lang.String getDateOfExpiry()
public void setType(AccountHolderIdentificationType type)
public void setNumber(java.lang.String number)
public void setIssuingCountry(CountryCode issuingCountry)
public void setDateOfExpiry(java.lang.String dateOfExpiry)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object