com.eligible.model.Error Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eligible-java Show documentation
Show all versions of eligible-java Show documentation
Java bindings for Eligible APIs (https://eligible.com).
package com.eligible.model;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import lombok.Setter;
@Getter
@EqualsAndHashCode(callSuper = false)
public class Error extends EligibleObject {
String responseCode;
String responseDescription;
String agencyQualifierCode;
String agencyQualifierDescription;
String rejectReasonCode;
String rejectReasonDescription;
@Setter
String followUpActionCode;
@Setter
String followUpActionDescription;
String details;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy