Package com.adyen.model.marketpay
Class GetAccountHolderRequest
- java.lang.Object
-
- com.adyen.model.marketpay.GetAccountHolderRequest
-
public class GetAccountHolderRequest extends Object
GetAccountHolderRequest
-
-
Constructor Summary
Constructors Constructor Description GetAccountHolderRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetAccountHolderRequestaccountCode(String accountCode)GetAccountHolderRequestaccountHolderCode(String accountHolderCode)booleanequals(Object o)StringgetAccountCode()code of the account, whose information has to be retrievedStringgetAccountHolderCode()code of the account holder, whose information has to be retrievedBooleangetShowDetails()True if the request should return the account holder detailsinthashCode()voidsetAccountCode(String accountCode)voidsetAccountHolderCode(String accountHolderCode)voidsetShowDetails(Boolean showDetails)StringtoString()
-
-
-
Method Detail
-
accountHolderCode
public GetAccountHolderRequest accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
code of the account holder, whose information has to be retrieved- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
accountCode
public GetAccountHolderRequest accountCode(String accountCode)
-
getAccountCode
public String getAccountCode()
code of the account, whose information has to be retrieved- Returns:
- accountCode
-
setAccountCode
public void setAccountCode(String accountCode)
-
getShowDetails
public Boolean getShowDetails()
True if the request should return the account holder details- Returns:
- showDetails
-
setShowDetails
public void setShowDetails(Boolean showDetails)
-
-