Table of Contents

Interface IWebhookData

Namespace
BoldSign.Model.Webhook
Assembly
BoldSign.Api.dll

The webhook data base type.

public interface IWebhookData

Properties

ObjectType

Gets or sets the object name.

[JsonProperty("object")]
string ObjectType { get; set; }

Property Value

string