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