Uses of Class
com.adyen.model.transfers.NOLocalAccountIdentification
-
Packages that use NOLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of NOLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return NOLocalAccountIdentification Modifier and Type Method Description NOLocalAccountIdentificationNOLocalAccountIdentification. accountNumber(String accountNumber)The 11-digit bank account number, without separators or whitespace.static NOLocalAccountIdentificationNOLocalAccountIdentification. fromJson(String jsonString)Create an instance of NOLocalAccountIdentification given an JSON stringNOLocalAccountIdentificationBankAccountV3AccountIdentification. getNOLocalAccountIdentification()Get the actual instance of `NOLocalAccountIdentification`.NOLocalAccountIdentificationNOLocalAccountIdentification. type(NOLocalAccountIdentification.TypeEnum type)**noLocal**Constructors in com.adyen.model.transfers with parameters of type NOLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(NOLocalAccountIdentification o)
-