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