Class CISSetting

java.lang.Object
com.xero.models.accounting.CISSetting

public class CISSetting
extends Object
CISSetting
  • Constructor Details

    • CISSetting

      public CISSetting()
  • Method Details

    • ciSEnabled

      public CISSetting ciSEnabled​(Boolean ciSEnabled)
    • getCiSEnabled

      public Boolean getCiSEnabled()
      Boolean that describes if the contact is a CIS Subcontractor
      Returns:
      ciSEnabled
    • setCiSEnabled

      public void setCiSEnabled​(Boolean ciSEnabled)
    • rate

      public CISSetting rate​(Integer rate)
    • getRate

      public Integer getRate()
      CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned
      Returns:
      rate
    • setRate

      public void setRate​(Integer rate)
    • 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