Uses of Class
com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequest
-
Packages that use BankAccountIdentificationValidationRequest Package Description com.adyen.model.balanceplatform com.adyen.service.balanceplatform -
-
Uses of BankAccountIdentificationValidationRequest in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccountIdentificationValidationRequest Modifier and Type Method Description BankAccountIdentificationValidationRequestBankAccountIdentificationValidationRequest. accountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)accountIdentificationstatic BankAccountIdentificationValidationRequestBankAccountIdentificationValidationRequest. fromJson(String jsonString)Create an instance of BankAccountIdentificationValidationRequest given an JSON string -
Uses of BankAccountIdentificationValidationRequest in com.adyen.service.balanceplatform
Methods in com.adyen.service.balanceplatform with parameters of type BankAccountIdentificationValidationRequest Modifier and Type Method Description voidBankAccountValidationApi. validateBankAccountIdentification(BankAccountIdentificationValidationRequest bankAccountIdentificationValidationRequest)Validate a bank accountvoidBankAccountValidationApi. validateBankAccountIdentification(BankAccountIdentificationValidationRequest bankAccountIdentificationValidationRequest, RequestOptions requestOptions)Validate a bank account
-