Uses of Class
com.adyen.model.legalentitymanagement.PLLocalAccountIdentification
-
Packages that use PLLocalAccountIdentification Package Description com.adyen.model.legalentitymanagement -
-
Uses of PLLocalAccountIdentification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement 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 stringPLLocalAccountIdentificationBankAccountInfoAccountIdentification. getPLLocalAccountIdentification()Get the actual instance of `PLLocalAccountIdentification`.PLLocalAccountIdentificationPLLocalAccountIdentification. type(PLLocalAccountIdentification.TypeEnum type)**plLocal**Constructors in com.adyen.model.legalentitymanagement with parameters of type PLLocalAccountIdentification Constructor Description BankAccountInfoAccountIdentification(PLLocalAccountIdentification o)
-