Uses of Class
com.adyen.model.marketpayaccount.KYCPayoutMethodCheckResult
-
Packages that use KYCPayoutMethodCheckResult Package Description com.adyen.model.marketpayaccount -
-
Uses of KYCPayoutMethodCheckResult in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount 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.marketpayaccount 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.marketpayaccount with parameters of type KYCPayoutMethodCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. addPayoutMethodsItem(KYCPayoutMethodCheckResult payoutMethodsItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type KYCPayoutMethodCheckResult Modifier and Type Method Description KYCVerificationResultKYCVerificationResult. payoutMethods(List<KYCPayoutMethodCheckResult> payoutMethods)voidKYCVerificationResult. setPayoutMethods(List<KYCPayoutMethodCheckResult> payoutMethods)
-