![JAR search and dependency download from the Maven repository](/logo.png)
io.payrun.models.BenefitYtdPayInstruction 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 = "BenefitYtdPayInstruction")
public class BenefitYtdPayInstruction extends PayInstruction
{
@JsonProperty(value="Code")
public String code;
@JsonProperty(value="Value")
public java.lang.Double value = 0d;;
@JsonProperty(value="TaxableAmount")
public java.lang.Double taxableAmount = 0d;;
@JsonProperty(value="AccountingMethod")
public BenefitAccountingMethod accountingMethod = BenefitAccountingMethod.P11D;
@JsonProperty(value="IsAdjustment")
public Boolean isAdjustment = false;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy