public final class AccountHolderResponse extends AccountHolderBase
| Constructor and Description |
|---|
AccountHolderResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
AccountNameInquiryType |
getAccountNameInquiry() |
int |
hashCode() |
void |
setAccountNameInquiry(AccountNameInquiryType accountNameInquiry) |
java.lang.String |
toString() |
getBillingAddress, getCompanyName, getCountryOfBirth, getDateOfBirth, getEmail, getFirstName, getFullName, getGender, getIdentification, getLastName, getMiddleName, getPhone, getResidentialStatus, getTaxId, getType, setBillingAddress, setCompanyName, setCountryOfBirth, setDateOfBirth, setEmail, setFirstName, setFullName, setGender, setIdentification, setLastName, setMiddleName, setPhone, setResidentialStatus, setTaxId, setTypepublic AccountNameInquiryType getAccountNameInquiry()
public void setAccountNameInquiry(AccountNameInquiryType accountNameInquiry)
public java.lang.String toString()
toString in class AccountHolderBasepublic boolean equals(java.lang.Object o)
equals in class AccountHolderBaseprotected boolean canEqual(java.lang.Object other)
canEqual in class AccountHolderBasepublic int hashCode()
hashCode in class AccountHolderBase