Package com.adyen.model.marketpay
Class KYCUltimateParentCompanyCheckResult
- java.lang.Object
-
- com.adyen.model.marketpay.KYCUltimateParentCompanyCheckResult
-
public class KYCUltimateParentCompanyCheckResult extends Object
KYCUltimateParentCompanyCheckResult
-
-
Constructor Summary
Constructors Constructor Description KYCUltimateParentCompanyCheckResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KYCUltimateParentCompanyCheckResultaddCheckStatusDataItem(KYCCheckStatusData checkStatusDataItem)KYCUltimateParentCompanyCheckResultcheckStatusData(List<KYCCheckStatusData> checkStatusData)booleanequals(Object o)List<KYCCheckStatusData>getChecks()A list of the checks and their statuses.StringgetUltimateParentCompanyCode()The code of the Ultimate Parent Company to which the check applies.inthashCode()voidsetChecks(List<KYCCheckStatusData> checks)voidsetUltimateParentCompanyCode(String ultimateParentCompanyCode)StringtoString()KYCUltimateParentCompanyCheckResultultimateParentCompanyCode(String ultimateParentCompanyCode)
-
-
-
Method Detail
-
checkStatusData
public KYCUltimateParentCompanyCheckResult checkStatusData(List<KYCCheckStatusData> checkStatusData)
-
addCheckStatusDataItem
public KYCUltimateParentCompanyCheckResult addCheckStatusDataItem(KYCCheckStatusData checkStatusDataItem)
-
getChecks
public List<KYCCheckStatusData> getChecks()
A list of the checks and their statuses.- Returns:
- checks
-
setChecks
public void setChecks(List<KYCCheckStatusData> checks)
-
ultimateParentCompanyCode
public KYCUltimateParentCompanyCheckResult ultimateParentCompanyCode(String ultimateParentCompanyCode)
-
getUltimateParentCompanyCode
public String getUltimateParentCompanyCode()
The code of the Ultimate Parent Company to which the check applies.- Returns:
- ultimateParentCompanyCode
-
setUltimateParentCompanyCode
public void setUltimateParentCompanyCode(String ultimateParentCompanyCode)
-
-