Uses of Class
com.adyen.model.transfers.CZLocalAccountIdentification
-
Packages that use CZLocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of CZLocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers 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.transfers with parameters of type CZLocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(CZLocalAccountIdentification o)
-