Uses of Class
com.adyen.model.balanceplatform.PLLocalAccountIdentification
-
Packages that use PLLocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of PLLocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringPLLocalAccountIdentificationBankAccountAccountIdentification. getPLLocalAccountIdentification()Get the actual instance of `PLLocalAccountIdentification`.PLLocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getPLLocalAccountIdentification()Get the actual instance of `PLLocalAccountIdentification`.PLLocalAccountIdentificationPLLocalAccountIdentification. type(PLLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type PLLocalAccountIdentification Constructor Description BankAccountAccountIdentification(PLLocalAccountIdentification o)BankAccountIdentificationValidationRequestAccountIdentification(PLLocalAccountIdentification o)
-