Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 763 Bytes

File metadata and controls

21 lines (14 loc) · 763 Bytes

XeroRuby::Accounting::CISOrgSetting

Properties

Name Type Description Notes
cis_contractor_enabled Boolean true or false - Boolean that describes if the organisation is a CIS Contractor [optional]
cis_sub_contractor_enabled Boolean true or false - Boolean that describes if the organisation is a CIS SubContractor [optional]
rate Integer CIS Deduction rate for the organisation [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::CISOrgSetting.new(cis_contractor_enabled: null,
                                 cis_sub_contractor_enabled: null,
                                 rate: null)