public class PerformVerificationRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformVerificationRequest.AccountStateTypeEnum
The state required for the account holder.
|
| Constructor and Description |
|---|
PerformVerificationRequest() |
| Modifier and Type | Method and Description |
|---|---|
PerformVerificationRequest |
accountHolderCode(String accountHolderCode) |
PerformVerificationRequest |
accountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType) |
boolean |
equals(Object o) |
String |
getAccountHolderCode()
The code of the account holder to verify.
|
PerformVerificationRequest.AccountStateTypeEnum |
getAccountStateType()
The state required for the account holder.
|
Integer |
getTier()
The tier required for the account holder.
|
int |
hashCode() |
void |
setAccountHolderCode(String accountHolderCode) |
void |
setAccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType) |
void |
setTier(Integer tier) |
PerformVerificationRequest |
tier(Integer tier) |
String |
toString() |
public PerformVerificationRequest accountHolderCode(String accountHolderCode)
public String getAccountHolderCode()
public void setAccountHolderCode(String accountHolderCode)
public PerformVerificationRequest accountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)
public PerformVerificationRequest.AccountStateTypeEnum getAccountStateType()
public void setAccountStateType(PerformVerificationRequest.AccountStateTypeEnum accountStateType)
public PerformVerificationRequest tier(Integer tier)
public Integer getTier()
public void setTier(Integer tier)
Copyright © 2022. All rights reserved.