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