Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.2 KB

MessageLogEntry.md

File metadata and controls

21 lines (16 loc) · 1.2 KB

# MessageLogEntry

Properties

Name Type Description Notes
id string Unique identifier of the message.
service string Name of the service that generated the log entry.
changeType string Type of change that triggered the notification. [optional]
notificationId int ID of the notification. [optional]
notificationName string The name of the notification. [optional]
request \TalonOne\Client\Model\MessageLogRequest [optional]
response \TalonOne\Client\Model\MessageLogResponse [optional]
createdAt \DateTime Timestamp when the log entry was created.
entityType string The entity type the notification is related to. [optional]
applicationId int Identifier of the Application. [optional]
loyaltyProgramId int Identifier of the loyalty program. [optional]

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