Package com.adyen.model.marketpay
Class PerformVerificationRequest
- java.lang.Object
-
- com.adyen.model.marketpay.PerformVerificationRequest
-
public class PerformVerificationRequest extends Object
PerformVerificationRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPerformVerificationRequest.AccountStateTypeEnumThe state required for the account holder.
-
Constructor Summary
Constructors Constructor Description PerformVerificationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PerformVerificationRequestaccountHolderCode(String accountHolderCode)PerformVerificationRequestaccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)booleanequals(Object o)StringgetAccountHolderCode()The code of the account holder to verify.PerformVerificationRequest.AccountStateTypeEnumgetAccountStateType()The state required for the account holder.IntegergetTier()The tier required for the account holder.inthashCode()voidsetAccountHolderCode(String accountHolderCode)voidsetAccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)voidsetTier(Integer tier)PerformVerificationRequesttier(Integer tier)StringtoString()
-
-
-
Method Detail
-
accountHolderCode
public PerformVerificationRequest accountHolderCode(String accountHolderCode)
-
getAccountHolderCode
public String getAccountHolderCode()
The code of the account holder to verify.- Returns:
- accountHolderCode
-
setAccountHolderCode
public void setAccountHolderCode(String accountHolderCode)
-
accountStateType
public PerformVerificationRequest accountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)
-
getAccountStateType
public PerformVerificationRequest.AccountStateTypeEnum getAccountStateType()
The state required for the account holder. > Permitted values: `Processing`, `Payout`.- Returns:
- accountStateType
-
setAccountStateType
public void setAccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)
-
tier
public PerformVerificationRequest tier(Integer tier)
-
getTier
public Integer getTier()
The tier required for the account holder.- Returns:
- tier
-
setTier
public void setTier(Integer tier)
-
-