Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 826 Bytes

File metadata and controls

28 lines (22 loc) · 826 Bytes

UltracartClient::WorkflowNote

Properties

Name Type Description Notes
attachments Array<WorkflowAttachment> Attachments to the Workflow Task [optional]
edit_dts String Date/time that the note was edited [optional]
note String Note [optional]
note_dts String Date/time that the note was written [optional]
original_note String Note originally written before any edits [optional]
user WorkflowUser [optional]

Example

require 'ultracart_api'

instance = UltracartClient::WorkflowNote.new(
  attachments: null,
  edit_dts: null,
  note: null,
  note_dts: null,
  original_note: null,
  user: null
)