![JAR search and dependency download from the Maven repository](/logo.png)
io.payrun.models.TransformDefinition 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 = "TransformDefinition")
public class TransformDefinition
{
@JsonProperty(value="Title")
public String title;
@JsonProperty(value="Definition")
public String definition;
@JsonProperty(value="DefinitionType")
public String definitionType;
@JsonProperty(value="ContentType")
public String contentType;
@JsonProperty(value="SupportedReports")
public String supportedReports;
@JsonProperty(value="TaxYear")
public java.lang.Integer taxYear;
@JsonProperty(value="Readonly")
public Boolean readonly = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy