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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CISOrgSettingciSContractorEnabled(Boolean ciSContractorEnabled)true or false - Boolean that describes if the organisation is a CIS ContractorCISOrgSettingciSSubContractorEnabled(Boolean ciSSubContractorEnabled)true or false - Boolean that describes if the organisation is a CIS SubContractorbooleanequals(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 SubContractorDoublegetRate()CIS Deduction rate for the organisationinthashCode()voidsetCiSContractorEnabled(Boolean ciSContractorEnabled)true or false - Boolean that describes if the organisation is a CIS ContractorvoidsetCiSSubContractorEnabled(Boolean ciSSubContractorEnabled)true or false - Boolean that describes if the organisation is a CIS SubContractorStringtoString()
-
-
-
Method Detail
-
ciSContractorEnabled
public CISOrgSetting ciSContractorEnabled(Boolean ciSContractorEnabled)
true or false - Boolean that describes if the organisation is a CIS Contractor- Parameters:
ciSContractorEnabled- Boolean- Returns:
- CISOrgSetting
-
getCiSContractorEnabled
public Boolean getCiSContractorEnabled()
true or false - Boolean that describes if the organisation is a CIS Contractor- Returns:
- ciSContractorEnabled
-
setCiSContractorEnabled
public void setCiSContractorEnabled(Boolean ciSContractorEnabled)
true or false - Boolean that describes if the organisation is a CIS Contractor- Parameters:
ciSContractorEnabled- Boolean
-
ciSSubContractorEnabled
public CISOrgSetting ciSSubContractorEnabled(Boolean ciSSubContractorEnabled)
true or false - Boolean that describes if the organisation is a CIS SubContractor- Parameters:
ciSSubContractorEnabled- Boolean- Returns:
- CISOrgSetting
-
getCiSSubContractorEnabled
public Boolean getCiSSubContractorEnabled()
true or false - Boolean that describes if the organisation is a CIS SubContractor- Returns:
- ciSSubContractorEnabled
-
setCiSSubContractorEnabled
public void setCiSSubContractorEnabled(Boolean ciSSubContractorEnabled)
true or false - Boolean that describes if the organisation is a CIS SubContractor- Parameters:
ciSSubContractorEnabled- Boolean
-
getRate
public Double getRate()
CIS Deduction rate for the organisation- Returns:
- rate
-
-