Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 1.06 KB

Report.md

File metadata and controls

29 lines (22 loc) · 1.06 KB

XeroRuby::Accounting::Report

Properties

Name Type Description Notes
report_id String See Prepayment Types [optional]
report_name String See Prepayment Types [optional]
report_type String See Prepayment Types [optional]
report_title String See Prepayment Types [optional]
report_date String Date of report [optional]
updated_date_utc DateTime Updated Date [optional]
contacts Array<TenNinetyNineContact> [optional]

Code Sample

require 'XeroRuby::Accounting'

instance = XeroRuby::Accounting::Report.new(report_id: null,
                                 report_name: null,
                                 report_type: null,
                                 report_title: null,
                                 report_date: null,
                                 updated_date_utc: /Date(1573755038314)/,
                                 contacts: null)