Package com.adyen.model.marketpay
Class KYCPayoutMethodCheckResult
- java.lang.Object
-
- com.adyen.model.marketpay.KYCPayoutMethodCheckResult
-
public class KYCPayoutMethodCheckResult extends Object
-
-
Constructor Summary
Constructors Constructor Description KYCPayoutMethodCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KYCPayoutMethodCheckResultaddChecksItem(KYCCheckStatusData checkItem)booleanequals(Object o)List<KYCCheckStatusData>getChecks()A list of the checks and their statuses.StringgetPayoutMethodCode()The unique ID of the payout method to which the check applies.inthashCode()voidsetChecks(List<KYCCheckStatusData> checks)voidsetPayoutMethodCode(String payoutMethodCode)StringtoString()
-
-
-
Method Detail
-
getChecks
public List<KYCCheckStatusData> getChecks()
A list of the checks and their statuses.- Returns:
- checks
-
setChecks
public void setChecks(List<KYCCheckStatusData> checks)
-
addChecksItem
public KYCPayoutMethodCheckResult addChecksItem(KYCCheckStatusData checkItem)
-
getPayoutMethodCode
public String getPayoutMethodCode()
The unique ID of the payout method to which the check applies.- Returns:
- payoutMethodCode
-
setPayoutMethodCode
public void setPayoutMethodCode(String payoutMethodCode)
-
-