ConnectWise::CompanyFinance Properties Name Type Description Notes id Integer [optional] bill_override_flag Boolean [optional] bill_sr_flag Boolean [optional] bill_complete_sr_flag Boolean [optional] bill_unapproved_sr_flag Boolean [optional] bill_restrict_pm_flag Boolean [optional] bill_complete_pm_flag Boolean [optional] bill_unapproved_pm_flag Boolean [optional] email_template EmailTemplateReference [optional] company CompanyReference [optional] _info Hash<String, String> [optional] custom_fields Array<CustomFieldValue> [optional] Example require 'connect_wise' instance = ConnectWise::CompanyFinance.new( id: null, bill_override_flag: null, bill_sr_flag: null, bill_complete_sr_flag: null, bill_unapproved_sr_flag: null, bill_restrict_pm_flag: null, bill_complete_pm_flag: null, bill_unapproved_pm_flag: null, email_template: null, company: null, _info: null, custom_fields: null )