Uses of Class
com.adyen.model.openbanking.IBANAccountIdentifier
-
Packages that use IBANAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of IBANAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return IBANAccountIdentifier Modifier and Type Method Description IBANAccountIdentifierIBANAccountIdentifier. bban(String bban)The Basic Bank Account Number (BBAN) component of the IBAN.IBANAccountIdentifierIBANAccountIdentifier. bic(String bic)BIC of a bank account.static IBANAccountIdentifierIBANAccountIdentifier. fromJson(String jsonString)Create an instance of IBANAccountIdentifier given an JSON stringIBANAccountIdentifierAccountIdentifiers. getIban()Get ibanIBANAccountIdentifierIBANAccountIdentifier. iban(String iban)The international bank account number as defined in the [ISO-13616](https://www.iso.org/standard/81090.html) standard.Methods in com.adyen.model.openbanking with parameters of type IBANAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. iban(IBANAccountIdentifier iban)ibanvoidAccountIdentifiers. setIban(IBANAccountIdentifier iban)iban
-