Uses of Class
com.adyen.model.balanceplatform.BankAccountIdentificationValidationRequestAccountIdentification
-
Packages that use BankAccountIdentificationValidationRequestAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of BankAccountIdentificationValidationRequestAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return BankAccountIdentificationValidationRequestAccountIdentification Modifier and Type Method Description static BankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. fromJson(String jsonString)Create an instance of BankAccountIdentificationValidationRequestAccountIdentification given an JSON stringBankAccountIdentificationValidationRequestAccountIdentificationBankAccountIdentificationValidationRequest. getAccountIdentification()Get accountIdentificationMethods in com.adyen.model.balanceplatform with parameters of type BankAccountIdentificationValidationRequestAccountIdentification Modifier and Type Method Description BankAccountIdentificationValidationRequestBankAccountIdentificationValidationRequest. accountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)voidBankAccountIdentificationValidationRequest. setAccountIdentification(BankAccountIdentificationValidationRequestAccountIdentification accountIdentification)
-