Class OrderDocument
This class represents a document stored for a specific order.
Properties
- fileid (int64)
Informational: internal file ID
- orderid (int64)
The order it belongs to.
- filename (string)
The file name of the document.
- mtime (int64)
Modification Time
- rtime (int64)
Web Retrieval Time
- content (blob)
File Content
- visible (bool)
True if the file is visible for the customer
Property | Column |
content | content |
fileid | fileid |
filename | filename |
mtime | mtime |
orderid | orderid |
rtime | rtime |
visible | visible |