Interface ItemNoteInterface
| Name | Type | Description | Notes |
|---|---|---|---|
| NoteId | int32 | Note ID. | [optional] |
| NegotiableQuoteItemId | int32 | Negotiable quote item Id | |
| CreatorType | int32 | The note creator type. | |
| CreatorId | int32 | Note creator ID. | |
| Note | string | Note. | |
| CreatedAt | string | Comment created at. | [optional] |
| ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\NegotiableQuote\Api\Data\ItemNoteInterface | [optional] |