Uses of Class
com.adyen.model.marketpaywebhooks.KYCCheckResult
-
Packages that use KYCCheckResult Package Description com.adyen.model.marketpaywebhooks -
-
Uses of KYCCheckResult in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks with parameters of type KYCCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. accountHolder(KYCCheckResult accountHolder)voidKYCVerificationResult. setAccountHolder(KYCCheckResult accountHolder)
-