Skip to content

Evento class

An event.

public class Evento : BaseEntity

Public Members

name description
Evento() The default constructor.
ApiKey { get; set; } Client's API Key. See API keys for more info. ApiKeys are not returned with webhook payloads.
ApiVersion { get; set; } API version.
ApplicationId { get; set; } Client's Application ID. See required headers for more info.
CompanyId { get; set; } ID of the company for which the event triggered.
DateTime { get; set; } Date and time on which the event occured.
EventGuid { get; set; } Event GUID.
Object { get; set; } Payload.
Type { get; set; } Event type.

See Also