MergeAccountingClient::AccountingAttachment
Name
Type
Description
Notes
id
String
[optional][readonly]
remote_id
String
The third-party API ID of the matching object.
[optional]
file_name
String
The attachment's name.
[optional]
file_url
String
The attachment's url.
[optional]
company
String
The company the accounting attachment belongs to.
[optional]
remote_was_deleted
Boolean
Indicates whether or not this object has been deleted in the third party platform.
[optional][readonly]
created_at
Time
[optional][readonly]
modified_at
Time
This is the datetime that this object was last updated by Merge
[optional][readonly]
field_mappings
Hash<String, AnyType>
[optional][readonly]
remote_data
Array<RemoteData>
[optional][readonly]
require 'merge_accounting_client'
instance = MergeAccountingClient ::AccountingAttachment . new (
id : ecbe05ac -62 a3 -46 c5 -ab31 -4 b478b37d1b4 ,
remote_id : 1018270 ,
file_name : invoice . png ,
file_url : https ://merge-brand.s3.amazonaws.com/ 20210315 /rect -logo -270 x80 %402 x . png ,
company : 595 c8f97 -2 ac4 -45 b7 -b000 -41 bdf43240b5 ,
remote_was_deleted : null ,
created_at : 2021 -09 -15 T00 :00Z ,
modified_at : 2021 -10 -16 T00 :00Z ,
field_mappings : { " ; organization_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } , " ; linked_account_defined_targets " ; :{ " ; custom_key " ; :" ; custom_value " ; } } ,
remote_data : [ { " ; path " ; :" ; /actions " ; , " ; data " ; :[ " ; Varies by platform " ; ] } ]
)