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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CISSettingciSEnabled(Boolean ciSEnabled)Boolean that describes if the contact is a CIS Subcontractorbooleanequals(Object o)BooleangetCiSEnabled()Boolean that describes if the contact is a CIS SubcontractorDoublegetRate()CIS Deduction rate for the contact if he is a subcontractor.inthashCode()voidsetCiSEnabled(Boolean ciSEnabled)Boolean that describes if the contact is a CIS SubcontractorStringtoString()
-
-
-
Method Detail
-
ciSEnabled
public CISSetting ciSEnabled(Boolean ciSEnabled)
Boolean that describes if the contact is a CIS Subcontractor- Parameters:
ciSEnabled- Boolean- Returns:
- CISSetting
-
getCiSEnabled
public Boolean getCiSEnabled()
Boolean that describes if the contact is a CIS Subcontractor- Returns:
- ciSEnabled
-
setCiSEnabled
public void setCiSEnabled(Boolean ciSEnabled)
Boolean that describes if the contact is a CIS Subcontractor- Parameters:
ciSEnabled- Boolean
-
getRate
public Double 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
-
-