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

io.payrun.models.PayLineSmp Maven / Gradle / Ivy

There is a newer version: 0.13.0
Show newest version
package io.payrun.models;

import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;

@JsonRootName(value = "PayLineSmp")
public class PayLineSmp extends PayLine
{

    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd")
    @JsonProperty(value="AbsenceStart")
    public java.util.Date absenceStart;

    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd")
    @JsonProperty(value="AbsenceEnd")
    public java.util.Date absenceEnd;

    @JsonProperty(value="AverageWeeklyEarnings")
    public java.lang.Double averageWeeklyEarnings = 0d;;

    @JsonProperty(value="HigherEarningRate")
    public java.lang.Double higherEarningRate = 0d;;

    @JsonProperty(value="StandardEarningRate")
    public java.lang.Double standardEarningRate = 0d;;

    @JsonProperty(value="WeeksUsed")
    public java.lang.Double weeksUsed = 0d;;

    @JsonProperty(value="ExclusionReason")
    public SmpExclusionReason exclusionReason = SmpExclusionReason.None;

    @JsonProperty(value="KeepInTouchDaysUsed")
    public java.lang.Integer keepInTouchDaysUsed;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy