Uses of Class
com.adyen.model.transferwebhooks.SELocalAccountIdentification
-
Packages that use SELocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of SELocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks 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 stringSELocalAccountIdentificationBankAccountV3AccountIdentification. getSELocalAccountIdentification()Get the actual instance of `SELocalAccountIdentification`.SELocalAccountIdentificationSELocalAccountIdentification. type(SELocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type SELocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(SELocalAccountIdentification o)
-