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)The 26-digit bank account number ([Numer rachunku](https://pl.wikipedia.org/wiki/Numer_Rachunku_Bankowego)), without separators or whitespace.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)**plLocal**Constructors in com.adyen.model.transfers with parameters of type PLLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(PLLocalAccountIdentification o)
-