Uses of Class
com.adyen.model.transferwebhooks.TransferEvent
-
Packages that use TransferEvent Package Description com.adyen.model.transferwebhooks -
-
Uses of TransferEvent in com.adyen.model.transferwebhooks
Methods in com.adyen.model.transferwebhooks that return types with arguments of type TransferEvent Modifier and Type Method Description List<TransferEvent>TransferData. getEvents()The list of events leading up to the current status of the transfer.Methods in com.adyen.model.transferwebhooks with parameters of type TransferEvent Modifier and Type Method Description TransferDataTransferData. addEventsItem(TransferEvent eventsItem)Method parameters in com.adyen.model.transferwebhooks with type arguments of type TransferEvent Modifier and Type Method Description TransferDataTransferData. events(List<TransferEvent> events)voidTransferData. setEvents(List<TransferEvent> events)The list of events leading up to the current status of the transfer.
-