Uses of Class
com.adyen.model.marketpayaccount.KYCShareholderCheckResult
-
Packages that use KYCShareholderCheckResult Package Description com.adyen.model.marketpayaccount -
-
Uses of KYCShareholderCheckResult in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return KYCShareholderCheckResult Modifier and Type Method Description KYCShareholderCheckResultKYCShareholderCheckResult. addChecksItem(KYCCheckStatusData checksItem)KYCShareholderCheckResultKYCShareholderCheckResult. checks(List<KYCCheckStatusData> checks)static KYCShareholderCheckResultKYCShareholderCheckResult. fromJson(String jsonString)Create an instance of KYCShareholderCheckResult given an JSON stringKYCShareholderCheckResultKYCShareholderCheckResult. legalArrangementCode(String legalArrangementCode)KYCShareholderCheckResultKYCShareholderCheckResult. legalArrangementEntityCode(String legalArrangementEntityCode)KYCShareholderCheckResultKYCShareholderCheckResult. shareholderCode(String shareholderCode)Methods in com.adyen.model.marketpayaccount that return types with arguments of type KYCShareholderCheckResult Modifier and Type Method Description List<KYCShareholderCheckResult>KYCVerificationResult. getShareholders()The results of the checks on the shareholders.Methods in com.adyen.model.marketpayaccount with parameters of type KYCShareholderCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. addShareholdersItem(KYCShareholderCheckResult shareholdersItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type KYCShareholderCheckResult Modifier and Type Method Description voidKYCVerificationResult. setShareholders(List<KYCShareholderCheckResult> shareholders)KYCVerificationResultKYCVerificationResult. shareholders(List<KYCShareholderCheckResult> shareholders)
-