OrderMessage

Field Type Description
message String A String value
sender String Optional. String enumarion of 'customer', 'company'
timestamp DateTime Optional. Date and time in YYYY-MM-DD HH:MM:SS format

Examples

Example 1

{
    "message": "...",
    "sender": "customer",
    "timestamp": "2019-01-31 12:00:00"
}
1.9.0 stable