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