Uses of Class
com.adyen.model.marketpaywebhooks.KYCShareholderCheckResult
-
Packages that use KYCShareholderCheckResult Package Description com.adyen.model.marketpaywebhooks -
-
Uses of KYCShareholderCheckResult in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks 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.marketpaywebhooks with parameters of type KYCShareholderCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. addShareholdersItem(KYCShareholderCheckResult shareholdersItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type KYCShareholderCheckResult Modifier and Type Method Description voidKYCVerificationResult. setShareholders(List<KYCShareholderCheckResult> shareholders)KYCVerificationResultKYCVerificationResult. shareholders(List<KYCShareholderCheckResult> shareholders)
-