Package com.xero.models.accounting
Class CISOrgSetting
java.lang.Object
com.xero.models.accounting.CISOrgSetting
public class CISOrgSetting extends Object
CISOrgSetting
-
Constructor Summary
Constructors Constructor Description CISOrgSetting() -
Method Summary
Modifier and Type Method Description CISOrgSettingciSContractorEnabled(Boolean ciSContractorEnabled)CISOrgSettingciSSubContractorEnabled(Boolean ciSSubContractorEnabled)booleanequals(Object o)BooleangetCiSContractorEnabled()true or false - Boolean that describes if the organisation is a CIS ContractorBooleangetCiSSubContractorEnabled()true or false - Boolean that describes if the organisation is a CIS SubContractorIntegergetRate()CIS Deduction rate for the organisationinthashCode()CISOrgSettingrate(Integer rate)voidsetCiSContractorEnabled(Boolean ciSContractorEnabled)voidsetCiSSubContractorEnabled(Boolean ciSSubContractorEnabled)voidsetRate(Integer rate)StringtoString()
-
Constructor Details
-
CISOrgSetting
public CISOrgSetting()
-
-
Method Details
-
ciSContractorEnabled
-
getCiSContractorEnabled
true or false - Boolean that describes if the organisation is a CIS Contractor- Returns:
- ciSContractorEnabled
-
setCiSContractorEnabled
-
ciSSubContractorEnabled
-
getCiSSubContractorEnabled
true or false - Boolean that describes if the organisation is a CIS SubContractor- Returns:
- ciSSubContractorEnabled
-
setCiSSubContractorEnabled
-
rate
-
getRate
CIS Deduction rate for the organisation- Returns:
- rate
-
setRate
-
equals
-
hashCode
public int hashCode() -
toString
-