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