Package com.xero.models.accounting
Class CISSetting
java.lang.Object
com.xero.models.accounting.CISSetting
public class CISSetting extends Object
CISSetting
-
Constructor Summary
Constructors Constructor Description CISSetting() -
Method Summary
Modifier and Type Method Description CISSettingciSEnabled(Boolean ciSEnabled)booleanequals(Object o)BooleangetCiSEnabled()Boolean that describes if the contact is a CIS SubcontractorIntegergetRate()CIS Deduction rate for the contact if he is a subcontractor.inthashCode()CISSettingrate(Integer rate)voidsetCiSEnabled(Boolean ciSEnabled)voidsetRate(Integer rate)StringtoString()
-
Constructor Details
-
CISSetting
public CISSetting()
-
-
Method Details
-
ciSEnabled
-
getCiSEnabled
Boolean that describes if the contact is a CIS Subcontractor- Returns:
- ciSEnabled
-
setCiSEnabled
-
rate
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-