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