com.eligible.model.paymentstatus.Status 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.paymentstatus;
import com.eligible.model.EligibleObject;
import com.eligible.model.StatusCode;
import lombok.EqualsAndHashCode;
import lombok.Getter;
import java.util.List;
@Getter
@EqualsAndHashCode(callSuper = false)
public class Status extends EligibleObject {
Boolean paid;
String adjudicationStatus;
List codes;
String effectiveDate;
String finalizedDate;
String remittanceDate;
Amount amount;
String traceNumber;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy