Sha256: 72c07ba36402ff19e668d1e2035106be39ab09724a44830085424e0dc043bcab

Contents?: true

Size: 826 Bytes

Versions: 46

Compression:

Stored size: 826 Bytes

Contents

# UltracartClient::WorkflowNote

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **attachments** | [**Array<WorkflowAttachment>**](WorkflowAttachment.md) | 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**](WorkflowUser.md) |  | [optional] |

## Example

```ruby
require 'ultracart_api'

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

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
ultracart_api-4.0.187 docs/WorkflowNote.md
ultracart_api-4.0.186 docs/WorkflowNote.md
ultracart_api-4.0.185 docs/WorkflowNote.md
ultracart_api-4.0.184 docs/WorkflowNote.md
ultracart_api-4.0.183 docs/WorkflowNote.md
ultracart_api-4.0.182 docs/WorkflowNote.md