Uses of Class
com.adyen.model.balanceplatform.NZLocalAccountIdentification
-
Packages that use NZLocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of NZLocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform 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 stringNZLocalAccountIdentificationBankAccountAccountIdentification. getNZLocalAccountIdentification()Get the actual instance of `NZLocalAccountIdentification`.NZLocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getNZLocalAccountIdentification()Get the actual instance of `NZLocalAccountIdentification`.NZLocalAccountIdentificationNZLocalAccountIdentification. type(NZLocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type NZLocalAccountIdentification Constructor Description BankAccountAccountIdentification(NZLocalAccountIdentification o)BankAccountIdentificationValidationRequestAccountIdentification(NZLocalAccountIdentification o)
-