Uses of Class
com.adyen.model.marketpay.KYCBankAccountCheckResult
-
Packages that use KYCBankAccountCheckResult Package Description com.adyen.model.marketpay -
-
Uses of KYCBankAccountCheckResult in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return KYCBankAccountCheckResult Modifier and Type Method Description KYCBankAccountCheckResultKYCBankAccountCheckResult. addCheckStatusDataItem(KYCCheckStatusData checkStatusDataItem)KYCBankAccountCheckResultKYCBankAccountCheckResult. bankAccountUUID(String bankAccountUUID)KYCBankAccountCheckResultKYCBankAccountCheckResult. checkStatusData(List<KYCCheckStatusData> checkStatusData)Methods in com.adyen.model.marketpay that return types with arguments of type KYCBankAccountCheckResult Modifier and Type Method Description List<KYCBankAccountCheckResult>KYCVerificationResult. getBankAccounts()Method parameters in com.adyen.model.marketpay with type arguments of type KYCBankAccountCheckResult Modifier and Type Method Description voidKYCVerificationResult. setBankAccounts(List<KYCBankAccountCheckResult> bankAccounts)
-