Uses of Class
com.adyen.model.marketpaywebhooks.KYCPayoutMethodCheckResult
-
Packages that use KYCPayoutMethodCheckResult Package Description com.adyen.model.marketpaywebhooks -
-
Uses of KYCPayoutMethodCheckResult in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return KYCPayoutMethodCheckResult Modifier and Type Method Description KYCPayoutMethodCheckResultKYCPayoutMethodCheckResult. addChecksItem(KYCCheckStatusData checksItem)KYCPayoutMethodCheckResultKYCPayoutMethodCheckResult. checks(List<KYCCheckStatusData> checks)static KYCPayoutMethodCheckResultKYCPayoutMethodCheckResult. fromJson(String jsonString)Create an instance of KYCPayoutMethodCheckResult given an JSON stringKYCPayoutMethodCheckResultKYCPayoutMethodCheckResult. payoutMethodCode(String payoutMethodCode)Methods in com.adyen.model.marketpaywebhooks that return types with arguments of type KYCPayoutMethodCheckResult Modifier and Type Method Description List<KYCPayoutMethodCheckResult>KYCVerificationResult. getPayoutMethods()The results of the checks on the payout methods.Methods in com.adyen.model.marketpaywebhooks with parameters of type KYCPayoutMethodCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. addPayoutMethodsItem(KYCPayoutMethodCheckResult payoutMethodsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type KYCPayoutMethodCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. payoutMethods(List<KYCPayoutMethodCheckResult> payoutMethods)voidKYCVerificationResult. setPayoutMethods(List<KYCPayoutMethodCheckResult> payoutMethods)
-