Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 400 Bytes

ReportAttribute.md

File metadata and controls

19 lines (12 loc) · 400 Bytes

XeroRuby::Accounting::ReportAttribute

Properties

Name Type Description Notes
id String [optional]
value String [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::ReportAttribute.new(id: null,
                                 value: null)