Uses of Class
com.adyen.model.marketpay.AccountEvent
-
Packages that use AccountEvent Package Description com.adyen.model.marketpay -
-
Uses of AccountEvent in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay that return AccountEvent Modifier and Type Method Description AccountEventAccountEvent. event(AccountEvent.EventEnum event)AccountEventAccountEvent. executionDate(Date executionDate)AccountEventAccountEvent. reason(String reason)AccountEventAccountEvent. resolvedByStateType(String resolvedByStateType)Methods in com.adyen.model.marketpay that return types with arguments of type AccountEvent Modifier and Type Method Description List<AccountEvent>AccountStatus. getAccountEvents()account eventsList<AccountEvent>AccountHolderStatus. getEvents()A list of events scheduled for the account holder.Methods in com.adyen.model.marketpay with parameters of type AccountEvent Modifier and Type Method Description AccountStatusAccountStatus. addAccountEventsItem(AccountEvent accountEventsItem)AccountHolderStatusAccountHolderStatus. addEventsItem(AccountEvent eventsItem)Method parameters in com.adyen.model.marketpay with type arguments of type AccountEvent Modifier and Type Method Description AccountStatusAccountStatus. accountEvents(List<AccountEvent> accountEvents)AccountHolderStatusAccountHolderStatus. events(List<AccountEvent> events)voidAccountStatus. setAccountEvents(List<AccountEvent> accountEvents)voidAccountHolderStatus. setEvents(List<AccountEvent> events)
-