![JAR search and dependency download from the Maven repository](/logo.png)
io.payrun.models.RenderTaxPeriodDate 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 = "RenderTaxPeriodDate")
public class RenderTaxPeriodDate extends SingularOutputBase
{
@JsonProperty(value="@Output")
public OutputType output = OutputType.Element;
@JsonProperty(value="@MaxLength")
public String maxLength;
@JsonProperty(value="@DisplayName")
public String displayName;
@JsonProperty(value="@TaxYear")
public String taxYear;
@JsonProperty(value="@TaxPeriod")
public String taxPeriod;
@JsonProperty(value="@PayFrequency")
public String payFrequency;
@JsonProperty(value="@Format")
public String format;
@JsonProperty(value="@EndDate")
public Boolean endDate = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy