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