![JAR search and dependency download from the Maven repository](/logo.png)
io.payrun.models.CisSufferedReportingInstruction Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java SDK for accessing the UK Payroll API - PayRun.io
package io.payrun.models;
import com.fasterxml.jackson.annotation.JsonFormat;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonRootName;
@JsonRootName(value = "CisSufferedReportingInstruction")
public class CisSufferedReportingInstruction
{
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd")
@JsonProperty(value="StartDate")
public java.util.Date startDate;
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd")
@JsonProperty(value="EndDate")
public java.util.Date endDate;
@JsonProperty(value="TaxYear")
public java.lang.Short taxYear;
@JsonProperty(value="TaxMonth")
public java.lang.Short taxMonth;
@JsonProperty(value="Value")
public java.lang.Double value = 0d;;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy