Uses of Class
com.adyen.model.transfers.NZLocalAccountIdentification
-
Packages that use NZLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of NZLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return NZLocalAccountIdentification Modifier and Type Method Description NZLocalAccountIdentificationNZLocalAccountIdentification. accountNumber(String accountNumber)static NZLocalAccountIdentificationNZLocalAccountIdentification. fromJson(String jsonString)Create an instance of NZLocalAccountIdentification given an JSON stringNZLocalAccountIdentificationBankAccountV3AccountIdentification. getNZLocalAccountIdentification()Get the actual instance of `NZLocalAccountIdentification`.NZLocalAccountIdentificationNZLocalAccountIdentification. type(NZLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transfers with parameters of type NZLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(NZLocalAccountIdentification o)
-