Uses of Class
com.adyen.model.legalentitymanagement.IbanAccountIdentification
-
Packages that use IbanAccountIdentification Package Description com.adyen.model.legalentitymanagement -
-
Uses of IbanAccountIdentification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement that return IbanAccountIdentification Modifier and Type Method Description static IbanAccountIdentificationIbanAccountIdentification. fromJson(String jsonString)Create an instance of IbanAccountIdentification given an JSON stringIbanAccountIdentificationBankAccountInfoAccountIdentification. getIbanAccountIdentification()Get the actual instance of `IbanAccountIdentification`.IbanAccountIdentificationIbanAccountIdentification. iban(String iban)The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.IbanAccountIdentificationIbanAccountIdentification. type(IbanAccountIdentification.TypeEnum type)**iban**Constructors in com.adyen.model.legalentitymanagement with parameters of type IbanAccountIdentification Constructor Description BankAccountInfoAccountIdentification(IbanAccountIdentification o)
-