Package io.trippay.sdk.payment.event
Class TripPayEvent
java.lang.Object
io.trippay.sdk.payment.event.TripPayEvent
Created on: 2/15/23.
- Author:
- Bjorn Harvold Responsibility: Is the main webhook object that wraps the domain object where the event occurred
-
Constructor Summary
ConstructorsConstructorDescriptionTripPayEvent(String id, LocalDateTime createdDate, LocalDateTime lastUpdate, @NotNull(message="type is required") String type, @NotNull(message="object is required") com.fasterxml.jackson.databind.JsonNode object) -
Method Summary
-
Constructor Details
-
TripPayEvent
@ConstructorProperties({"id","createdDate","lastUpdate","type","data"}) public TripPayEvent(String id, @DateTimeFormat(iso=DATE_TIME) LocalDateTime createdDate, @DateTimeFormat(iso=DATE_TIME) LocalDateTime lastUpdate, @NotNull(message="type is required") @NotNull(message="type is required") String type, @NotNull(message="object is required") @NotNull(message="object is required") com.fasterxml.jackson.databind.JsonNode object)
-