Class StatutoryDeductionLine


  • public class StatutoryDeductionLine
    extends Object
    StatutoryDeductionLine
    • Constructor Detail

      • StatutoryDeductionLine

        public StatutoryDeductionLine()
    • Method Detail

      • statutoryDeductionTypeID

        public StatutoryDeductionLine statutoryDeductionTypeID​(UUID statutoryDeductionTypeID)
        Xero identifier for payroll statutory deduction type
        Parameters:
        statutoryDeductionTypeID - UUID
        Returns:
        StatutoryDeductionLine
      • getStatutoryDeductionTypeID

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

        public void setStatutoryDeductionTypeID​(UUID statutoryDeductionTypeID)
        Xero identifier for payroll statutory deduction type
        Parameters:
        statutoryDeductionTypeID - UUID
      • amount

        public StatutoryDeductionLine amount​(Double amount)
        The amount of the statutory deduction line
        Parameters:
        amount - Double
        Returns:
        StatutoryDeductionLine
      • getAmount

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

        public void setAmount​(Double amount)
        The amount of the statutory deduction line
        Parameters:
        amount - Double
      • fixedAmount

        public StatutoryDeductionLine fixedAmount​(Double fixedAmount)
        Fixed Amount
        Parameters:
        fixedAmount - Double
        Returns:
        StatutoryDeductionLine
      • getFixedAmount

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

        public void setFixedAmount​(Double fixedAmount)
        Fixed Amount
        Parameters:
        fixedAmount - Double
      • manualAdjustment

        public StatutoryDeductionLine manualAdjustment​(Boolean manualAdjustment)
        Identifies if the tax line is a manual adjustment
        Parameters:
        manualAdjustment - Boolean
        Returns:
        StatutoryDeductionLine
      • getManualAdjustment

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

        public void setManualAdjustment​(Boolean manualAdjustment)
        Identifies if the tax line is a manual adjustment
        Parameters:
        manualAdjustment - Boolean
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object