Uses of Class
com.adyen.model.transfers.HULocalAccountIdentification
-
Packages that use HULocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of HULocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return HULocalAccountIdentification Modifier and Type Method Description HULocalAccountIdentificationHULocalAccountIdentification. accountNumber(String accountNumber)The 24-digit bank account number, without separators or whitespace.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)**huLocal**Constructors in com.adyen.model.transfers with parameters of type HULocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(HULocalAccountIdentification o)
-