All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.checkout.reconciliation.previous.Action Maven / Gradle / Ivy

There is a newer version: 6.4.2
Show newest version
package com.checkout.reconciliation.previous;


import com.google.gson.annotations.SerializedName;
import lombok.Data;

import java.util.List;

@Data
public final class Action {

    private String type;

    private String id;

    @SerializedName("processed_on")
    private String processedOn;

    @SerializedName("response_code")
    private String responseCode;

    @SerializedName("response_description")
    private String responseDescription;

    private List breakdown;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy