Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1001 Bytes

MessageViewModel.md

File metadata and controls

15 lines (12 loc) · 1001 Bytes

MessageViewModel

Properties

Name Type Description Notes
direction string INCOMING for messages to restaurant, OUTGOING for messages to customer. [optional]
content string The message content. [optional]
open \DateTime The time the message was opened in the timezone of the restaurant. [optional]
delivered \DateTime The time the message was delivered in the timezone of the restaurant. [optional]
created \DateTime THe time the message was created in the timezone of the restaurant. [optional]
sender_name string The name of the sender. [optional]
booking_uid string The uid of the booking. [optional]

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