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

com.eligible.model.paymentstatus.Claim Maven / Gradle / Ivy

There is a newer version: 1.13.13
Show newest version
package com.eligible.model.paymentstatus;

import com.eligible.model.EligibleObject;
import lombok.EqualsAndHashCode;
import lombok.Getter;

import java.util.List;

@Getter
@EqualsAndHashCode(callSuper = false)
public class Claim extends EligibleObject {
    String payerControlNumber;
    String traceNumber;
    String billType;
    String accountNumber;
    String prescriptionNumber;
    String voucherId;
    String startDate;
    String endDate;
    List statuses;
    List serviceLines;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy