Uses of Class
com.adyen.model.transferwebhooks.NOLocalAccountIdentification
-
Packages that use NOLocalAccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of NOLocalAccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return NOLocalAccountIdentification Modifier and Type Method Description NOLocalAccountIdentificationNOLocalAccountIdentification. accountNumber(String accountNumber)static NOLocalAccountIdentificationNOLocalAccountIdentification. fromJson(String jsonString)Create an instance of NOLocalAccountIdentification given an JSON stringNOLocalAccountIdentificationBankAccountV3AccountIdentification. getNOLocalAccountIdentification()Get the actual instance of `NOLocalAccountIdentification`.NOLocalAccountIdentificationNOLocalAccountIdentification. type(NOLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transferwebhooks with parameters of type NOLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(NOLocalAccountIdentification o)
-