com.checkout.events.previous.RetrieveEventsRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of checkout-sdk-java Show documentation
Show all versions of checkout-sdk-java Show documentation
Checkout SDK for Java https://checkout.com
package com.checkout.events.previous;
import lombok.Builder;
import lombok.Data;
import java.time.Instant;
@Data
@Builder
public final class RetrieveEventsRequest {
private String paymentId;
private String chargeId;
private String trackId;
private String reference;
private Integer skip;
private Integer limit;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy