Class TripPayEvent

java.lang.Object
io.trippay.sdk.payment.event.TripPayEvent

public class TripPayEvent extends Object
Created on: 2/15/23.
Author:
Bjorn Harvold Responsibility: Is the main webhook object that wraps the domain object where the event occurred
  • 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)