Uses of Class
com.adyen.model.transferwebhooks.BankAccountV3AccountIdentification
-
Packages that use BankAccountV3AccountIdentification Package Description com.adyen.model.transferwebhooks -
-
Uses of BankAccountV3AccountIdentification in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return BankAccountV3AccountIdentification Modifier and Type Method Description static BankAccountV3AccountIdentificationBankAccountV3AccountIdentification. fromJson(String jsonString)Create an instance of BankAccountV3AccountIdentification given an JSON stringBankAccountV3AccountIdentificationBankAccountV3. getAccountIdentification()Get accountIdentificationMethods in com.adyen.model.transferwebhooks with parameters of type BankAccountV3AccountIdentification Modifier and Type Method Description BankAccountV3BankAccountV3. accountIdentification(BankAccountV3AccountIdentification accountIdentification)voidBankAccountV3. setAccountIdentification(BankAccountV3AccountIdentification accountIdentification)
-