public class KYCPayoutMethodCheckResult extends Object
| Constructor and Description |
|---|
KYCPayoutMethodCheckResult() |
| Modifier and Type | Method and Description |
|---|---|
KYCPayoutMethodCheckResult |
addChecksItem(KYCCheckStatusData checkItem) |
boolean |
equals(Object o) |
List<KYCCheckStatusData> |
getChecks()
A list of the checks and their statuses.
|
String |
getPayoutMethodCode()
The unique ID of the payout method to which the check applies.
|
int |
hashCode() |
void |
setChecks(List<KYCCheckStatusData> checks) |
void |
setPayoutMethodCode(String payoutMethodCode) |
String |
toString() |
public List<KYCCheckStatusData> getChecks()
public void setChecks(List<KYCCheckStatusData> checks)
public KYCPayoutMethodCheckResult addChecksItem(KYCCheckStatusData checkItem)
public String getPayoutMethodCode()
public void setPayoutMethodCode(String payoutMethodCode)
Copyright © 2022. All rights reserved.