Uses of Class
com.adyen.model.balanceplatform.SELocalAccountIdentification
-
Packages that use SELocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of SELocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return SELocalAccountIdentification Modifier and Type Method Description SELocalAccountIdentificationSELocalAccountIdentification. accountNumber(String accountNumber)SELocalAccountIdentificationSELocalAccountIdentification. clearingNumber(String clearingNumber)static SELocalAccountIdentificationSELocalAccountIdentification. fromJson(String jsonString)Create an instance of SELocalAccountIdentification given an JSON stringSELocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getSELocalAccountIdentification()Get the actual instance of `SELocalAccountIdentification`.SELocalAccountIdentificationSELocalAccountIdentification. type(SELocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type SELocalAccountIdentification Constructor Description BankAccountIdentificationValidationRequestAccountIdentification(SELocalAccountIdentification o)
-