Uses of Class
com.xero.models.accounting.CISOrgSetting
-
Packages that use CISOrgSetting Package Description com.xero.models.accounting -
-
Uses of CISOrgSetting in com.xero.models.accounting
Methods in com.xero.models.accounting that return CISOrgSetting Modifier and Type Method Description CISOrgSettingCISOrgSetting. ciSContractorEnabled(Boolean ciSContractorEnabled)true or false - Boolean that describes if the organisation is a CIS ContractorCISOrgSettingCISOrgSetting. ciSSubContractorEnabled(Boolean ciSSubContractorEnabled)true or false - Boolean that describes if the organisation is a CIS SubContractorMethods in com.xero.models.accounting that return types with arguments of type CISOrgSetting Modifier and Type Method Description List<CISOrgSetting>CISOrgSettings. getCiSSettings()Get ciSSettingsMethods in com.xero.models.accounting with parameters of type CISOrgSetting Modifier and Type Method Description CISOrgSettingsCISOrgSettings. addCiSSettingsItem(CISOrgSetting ciSSettingsItem)ciSSettingsMethod parameters in com.xero.models.accounting with type arguments of type CISOrgSetting Modifier and Type Method Description CISOrgSettingsCISOrgSettings. ciSSettings(List<CISOrgSetting> ciSSettings)ciSSettingsvoidCISOrgSettings. setCiSSettings(List<CISOrgSetting> ciSSettings)ciSSettings
-