Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 869 Bytes

File metadata and controls

18 lines (12 loc) · 869 Bytes

SimpleEvent

Simplified event data.

Properties

Name Type Description Notes
id str Unique identifier assigned by Voucherify that will be linked to the this event. [optional]
type str Type of the triggering event. [optional]
category str Type of the event. [optional]
entity_id str ID of the entity that initiated the event. [optional]
created_at datetime Timestamp representing the date and time when the event was created in the ISO 8601 format. [optional]
group_id str Unique identifier of the request that triggered the event. [optional]

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