MergeAccountingClient::ReportItem
Name
Type
Description
Notes
remote_id
String
The third-party API ID of the matching object.
[optional]
name
String
The report item's name.
[optional]
value
Float
The report item's value.
[optional]
sub_items
Hash<String, AnyType>
[optional][readonly]
company
String
The company the report item belongs to.
[optional]
created_at
Time
[optional][readonly]
modified_at
Time
This is the datetime that this object was last updated by Merge
[optional][readonly]
require 'merge_accounting_client'
instance = MergeAccountingClient ::ReportItem . new (
remote_id : 10299 ,
name : Revenue ,
value : 1000 ,
sub_items : [ { " ; remote_id " ; :" ; 10300 " ; , " ; name " ; :" ; Revenue - San Francisco " ; , " ; value " ; :500 , " ; sub_items " ; :[] } , { " ; remote_id " ; :" ; 10301 " ; , " ; name " ; :" ; Revenue - New York " ; , " ; value " ; :500 , " ; sub_items " ; :[] } ] ,
company : 595 c8f97 -2 ac4 -45 b7 -b000 -41 bdf43240b5 ,
created_at : 2021 -09 -15 T00 :00Z ,
modified_at : 2021 -10 -16 T00 :00Z
)