Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.1 KB

File metadata and controls

17 lines (14 loc) · 1.1 KB

# CustomerOrderNoteDTO

Properties

Name Type Description Notes
self \BeLenka\Deposco\Model\EntityRef [optional] [readonly]
title string Title of the note.
body string Full text of the note.
source string Source system from which the note was imported, if applicable. Typically set to the name of the external system or to a general value of `External`. [optional] [readonly]
priority string Priority for the note. [optional]
created_date \DateTime Date and time that the note was created. [optional] [readonly]
updated_date \DateTime Date and time that the note was last updated. [optional] [readonly]
created_by \BeLenka\Deposco\Model\EntityRef [optional] [readonly]
updated_by \BeLenka\Deposco\Model\EntityRef [optional] [readonly]

[Back to Model list] [Back to API list] [Back to README]