| Name | Type | Description | Notes |
|---|---|---|---|
| id | Integer | Unique identifier for the resource. | [optional] |
| author | String | Order note author. | [optional] |
| dateCreated | OffsetDateTime | The date the order note was created, in the site's timezone. | [optional] |
| dateCreatedGmt | OffsetDateTime | The date the order note was created, as GMT. | [optional] |
| note | String | Order note content. | [optional] |
| customerNote | Boolean | If true, the note will be shown to customers and they will be notified. If false, the note will be for admin reference only. | [optional] |
| addedByUser | Boolean | If true, this note will be attributed to the current user. If false, the note will be attributed to the system. | [optional] |