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