Interface IWebhookData
The webhook data base type.
public interface IWebhookData
Properties
ObjectType
Gets or sets the object name.
[JsonProperty("object")]
string ObjectType { get; set; }
The webhook data base type.
public interface IWebhookData
Gets or sets the object name.
[JsonProperty("object")]
string ObjectType { get; set; }