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)NZLocalAccountIdentificationNZLocalAccountIdentification. accountSuffix(String accountSuffix)NZLocalAccountIdentificationNZLocalAccountIdentification. bankCode(String bankCode)static NZLocalAccountIdentificationNZLocalAccountIdentification. fromJson(String jsonString)Create an instance of NZLocalAccountIdentification given an JSON stringNZLocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. 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 BankAccountIdentificationValidationRequestAccountIdentification(NZLocalAccountIdentification o)
-