com.global.api.entities.reporting.ActionSummary Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of globalpayments-sdk Show documentation
Show all versions of globalpayments-sdk Show documentation
API for processing payments through Global Payments
package com.global.api.entities.reporting;
import lombok.Getter;
import lombok.Setter;
import org.joda.time.DateTime;
@Getter
@Setter
public class ActionSummary {
private String id;
private String type;
private DateTime timeCreated;
private String resource;
private String version;
private String resourceId;
private String resourceStatus;
private String httpResponseCode;
private String responseCode;
private String appId;
private String appName;
private String accountId;
private String accountName;
private String merchantName;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy