Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 903 Bytes

File metadata and controls

16 lines (12 loc) · 903 Bytes

Voucherify.Model.SimpleEvent

Simplified event data.

Properties

Name Type Description Notes
Id string Unique identifier assigned by Voucherify that will be linked to the this event. [optional]
Type string Type of the triggering event. [optional]
Category string Type of the event. [optional]
EntityId string ID of the entity that initiated the event. [optional]
CreatedAt DateTimeOffset? Timestamp representing the date and time when the event was created in the ISO 8601 format. [optional]
GroupId string Unique identifier of the request that triggered the event. [optional]

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