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

com.eligible.model.paymentstatus.ServiceInformation 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 com.eligible.model.StatusCode;
import lombok.EqualsAndHashCode;
import lombok.Getter;

import java.util.List;

@Getter
@EqualsAndHashCode(callSuper = false)
public class ServiceInformation extends EligibleObject {
    String procedureCode;
    List procedureModifiers;
    String procedureQualifierCode;
    String procedureQualifierLabel;
    Amount amount;
    String quantity;
    List codes;
    String controlNumber;
    String startDate;
    String endDate;
    String effectiveDate;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy