Uses of Class
com.adyen.model.openbanking.AccountParty
-
Packages that use AccountParty Package Description com.adyen.model.openbanking -
-
Uses of AccountParty in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return AccountParty Modifier and Type Method Description static AccountPartyAccountParty. fromJson(String jsonString)Create an instance of AccountParty given an JSON stringAccountPartyAccountParty. identity(Identity identity)identityAccountPartyAccountParty. role(PartyRole role)roleMethods in com.adyen.model.openbanking that return types with arguments of type AccountParty Modifier and Type Method Description List<AccountParty>VerifiedAccount. getParties()Contains details of all parties associated with the report.Methods in com.adyen.model.openbanking with parameters of type AccountParty Modifier and Type Method Description VerifiedAccountVerifiedAccount. addPartiesItem(AccountParty partiesItem)Method parameters in com.adyen.model.openbanking with type arguments of type AccountParty Modifier and Type Method Description VerifiedAccountVerifiedAccount. parties(List<AccountParty> parties)Contains details of all parties associated with the report.voidVerifiedAccount. setParties(List<AccountParty> parties)Contains details of all parties associated with the report.
-