Package com.xero.models.accounting
Class CISSetting
java.lang.Object
com.xero.models.accounting.CISSetting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionciSEnabled(Boolean ciSEnabled) Boolean that describes if the contact is a CIS SubcontractorbooleanBoolean that describes if the contact is a CIS SubcontractorgetRate()CIS Deduction rate for the contact if he is a subcontractor.inthashCode()voidsetCiSEnabled(Boolean ciSEnabled) Boolean that describes if the contact is a CIS SubcontractortoString()
-
Constructor Details
-
CISSetting
public CISSetting()
-
-
Method Details
-
ciSEnabled
Boolean that describes if the contact is a CIS Subcontractor- Parameters:
ciSEnabled- Boolean- Returns:
- CISSetting
-
getCiSEnabled
Boolean that describes if the contact is a CIS Subcontractor- Returns:
- ciSEnabled
-
setCiSEnabled
Boolean that describes if the contact is a CIS Subcontractor- Parameters:
ciSEnabled- Boolean
-
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
-
equals
-
hashCode
-
toString
-