Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 592 Bytes

File metadata and controls

19 lines (12 loc) · 592 Bytes

XeroRuby::Accounting::CISSetting

Properties

Name Type Description Notes
cis_enabled Boolean Boolean that describes if the contact is a CIS Subcontractor [optional]
rate Integer CIS Deduction rate for the contact if he is a subcontractor. If the contact is not CISEnabled, then the rate is not returned [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::CISSetting.new(cis_enabled: null,
                                 rate: null)