Uses of Class
com.fedapay.model.Event
-
Packages that use Event Package Description com.fedapay.collections com.fedapay.model -
-
Uses of Event in com.fedapay.collections
Fields in com.fedapay.collections with type parameters of type Event Modifier and Type Field Description protected List<Event>EventCollection. data -
Uses of Event in com.fedapay.model
Methods in com.fedapay.model that return Event Modifier and Type Method Description static EventWebhookSignature. constructEvent(String payload, String sigHeader, String secret)Returns an Event instance using the provided JSON payload.static EventWebhookSignature. constructEvent(String payload, String sigHeader, String secret, long tolerance)static EventEvent. retrieve(String eventId)
-