Uses of Class
com.adyen.model.marketpayaccount.AccountEvent
-
Packages that use AccountEvent Package Description com.adyen.model.marketpayaccount -
-
Uses of AccountEvent in com.adyen.model.marketpayaccount
Methods in com.adyen.model.marketpayaccount that return AccountEvent Modifier and Type Method Description AccountEventAccountEvent. event(AccountEvent.EventEnum event)AccountEventAccountEvent. executionDate(OffsetDateTime executionDate)static AccountEventAccountEvent. fromJson(String jsonString)Create an instance of AccountEvent given an JSON stringAccountEventAccountEvent. reason(String reason)Methods in com.adyen.model.marketpayaccount that return types with arguments of type AccountEvent Modifier and Type Method Description List<AccountEvent>AccountHolderStatus. getEvents()A list of events scheduled for the account holder.Methods in com.adyen.model.marketpayaccount with parameters of type AccountEvent Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. addEventsItem(AccountEvent eventsItem)Method parameters in com.adyen.model.marketpayaccount with type arguments of type AccountEvent Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. events(List<AccountEvent> events)voidAccountHolderStatus. setEvents(List<AccountEvent> events)
-