Uses of Class
com.adyen.model.balanceplatform.NOLocalAccountIdentification
-
Packages that use NOLocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of NOLocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return NOLocalAccountIdentification Modifier and Type Method Description NOLocalAccountIdentificationNOLocalAccountIdentification. accountNumber(String accountNumber)static NOLocalAccountIdentificationNOLocalAccountIdentification. fromJson(String jsonString)Create an instance of NOLocalAccountIdentification given an JSON stringNOLocalAccountIdentificationBankAccountAccountIdentification. getNOLocalAccountIdentification()Get the actual instance of `NOLocalAccountIdentification`.NOLocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getNOLocalAccountIdentification()Get the actual instance of `NOLocalAccountIdentification`.NOLocalAccountIdentificationNOLocalAccountIdentification. type(NOLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type NOLocalAccountIdentification Constructor Description BankAccountAccountIdentification(NOLocalAccountIdentification o)BankAccountIdentificationValidationRequestAccountIdentification(NOLocalAccountIdentification o)
-