Uses of Class
com.adyen.model.openbanking.AccountIdentifiers
-
Packages that use AccountIdentifiers Package Description com.adyen.model.openbanking -
-
Uses of AccountIdentifiers in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountIdentifiers Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. ach(ACHAccountIdentifier ach)achAccountIdentifiersAccountIdentifiers. bacs(BACSAccountIdentifier bacs)bacsAccountIdentifiersAccountIdentifiers. bsb(BSBAccountIdentifier bsb)bsbAccountIdentifiersAccountIdentifiers. eft(EFTAccountIdentifier eft)eftstatic AccountIdentifiersAccountIdentifiers. fromJson(String jsonString)Create an instance of AccountIdentifiers given an JSON stringAccountIdentifiersVerifiedAccount. getIdentifiers()Get identifiersAccountIdentifiersAccountIdentifiers. iban(IBANAccountIdentifier iban)ibanAccountIdentifiersAccountIdentifiers. rix(RIXAccountIdentifier rix)rixMethods in com.adyen.model.openbanking with parameters of type AccountIdentifiers Modifier and Type Method Description VerifiedAccountVerifiedAccount. identifiers(AccountIdentifiers identifiers)identifiersvoidVerifiedAccount. setIdentifiers(AccountIdentifiers identifiers)identifiers
-