Class StatutoryDeductionLine

java.lang.Object
com.xero.models.payrollnz.StatutoryDeductionLine

public class StatutoryDeductionLine
extends Object
StatutoryDeductionLine
  • Constructor Details

    • StatutoryDeductionLine

      public StatutoryDeductionLine()
  • Method Details

    • statutoryDeductionTypeID

      public StatutoryDeductionLine statutoryDeductionTypeID​(UUID statutoryDeductionTypeID)
    • getStatutoryDeductionTypeID

      public UUID getStatutoryDeductionTypeID()
      Xero identifier for payroll statutory deduction type
      Returns:
      statutoryDeductionTypeID
    • setStatutoryDeductionTypeID

      public void setStatutoryDeductionTypeID​(UUID statutoryDeductionTypeID)
    • amount

      public StatutoryDeductionLine amount​(Double amount)
    • getAmount

      public Double getAmount()
      The amount of the statutory deduction line
      Returns:
      amount
    • setAmount

      public void setAmount​(Double amount)
    • fixedAmount

      public StatutoryDeductionLine fixedAmount​(Double fixedAmount)
    • getFixedAmount

      public Double getFixedAmount()
      Fixed Amount
      Returns:
      fixedAmount
    • setFixedAmount

      public void setFixedAmount​(Double fixedAmount)
    • manualAdjustment

      public StatutoryDeductionLine manualAdjustment​(Boolean manualAdjustment)
    • getManualAdjustment

      public Boolean getManualAdjustment()
      Identifies if the tax line is a manual adjustment
      Returns:
      manualAdjustment
    • setManualAdjustment

      public void setManualAdjustment​(Boolean manualAdjustment)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object