Uses of Class
com.adyen.model.transfers.PLLocalAccountIdentification
-
Packages that use PLLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of PLLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type PLLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(PLLocalAccountIdentification o)
-