Table of Contents

Class WebhookConstants

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

The Webhook constants.

public static class WebhookConstants
Inheritance
WebhookConstants
Inherited Members

Fields

Document

The document object type.

public const string Document = "document"

Field Value

string

IdentityVerification

The identity verification object type.

public const string IdentityVerification = "identityVerification"

Field Value

string

ObjectType

The object type.

public const string ObjectType = "object"

Field Value

string

SenderIdentity

The sender identity object type.

public const string SenderIdentity = "senderIdentity"

Field Value

string

Template

The template object type.

public const string Template = "template"

Field Value

string