Uses of Class
com.adyen.model.marketpayaccount.KYCCheckResult
-
Packages that use KYCCheckResult Package Description com.adyen.model.marketpayaccount -
-
Uses of KYCCheckResult in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return KYCCheckResult Modifier and Type Method Description KYCCheckResultKYCCheckResult. addChecksItem(KYCCheckStatusData checksItem)KYCCheckResultKYCCheckResult. checks(List<KYCCheckStatusData> checks)static KYCCheckResultKYCCheckResult. fromJson(String jsonString)Create an instance of KYCCheckResult given an JSON stringKYCCheckResultKYCVerificationResult. getAccountHolder()Get accountHolderMethods in com.adyen.model.marketpayaccount with parameters of type KYCCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. accountHolder(KYCCheckResult accountHolder)voidKYCVerificationResult. setAccountHolder(KYCCheckResult accountHolder)
-