Uses of Class
com.adyen.model.marketpaywebhooks.AccountEvent
-
Packages that use AccountEvent Package Description com.adyen.model.marketpaywebhooks -
-
Uses of AccountEvent in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks 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.marketpaywebhooks 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.marketpaywebhooks with parameters of type AccountEvent Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. addEventsItem(AccountEvent eventsItem)Method parameters in com.adyen.model.marketpaywebhooks with type arguments of type AccountEvent Modifier and Type Method Description AccountHolderStatusAccountHolderStatus. events(List<AccountEvent> events)voidAccountHolderStatus. setEvents(List<AccountEvent> events)
-