com.eligible.model.claim.ClaimAmount 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.claim;
import com.eligible.model.EligibleObject;
import lombok.EqualsAndHashCode;
import lombok.Getter;
@Getter
@EqualsAndHashCode(callSuper = false)
public class ClaimAmount extends EligibleObject {
Double billed;
Double paid;
Double patientResponsibility;
Double totalCoverage;
Double promptPaymentDiscount;
Double perDayLimit;
Double patientPaid;
Double revisedIntrest;
Double negetiveLadgerBalance;
Double tax;
Double totalClaimBeforeTaxes;
FederalAmount federal;
@Getter
@EqualsAndHashCode(callSuper = false)
public static class FederalAmount extends EligibleObject {
Double category_1;
Double category_2;
Double category_3;
Double category_4;
Double category_5;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy