Table of Contents

Class IdentityVerificationEvent

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

The webhook identity verification event object.

[DataContract]
public class IdentityVerificationEvent : IWebhookData
Inheritance
IdentityVerificationEvent
Implements
Inherited Members

Properties

DocumentDescription

Gets or sets document description.

[DataMember(Name = "documentDescription", EmitDefaultValue = false)]
[JsonProperty("documentDescription")]
public string DocumentDescription { get; set; }

Property Value

string

Gets the value of document description.

DocumentId

Gets or sets the document id.

[DataMember(Name = "documentId", EmitDefaultValue = false)]
[JsonProperty("documentId")]
public string DocumentId { get; set; }

Property Value

string

Gets the value of document id.

MessageTitle

Gets or sets the messageTitle.

[DataMember(Name = "messageTitle", EmitDefaultValue = false)]
[JsonProperty("messageTitle")]
public string MessageTitle { get; set; }

Property Value

string

Gets the value of messageTitle.

ObjectType

Gets or sets the object name.

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

Property Value

string

SenderDetail

Gets or Sets SenderDetail.

[DataMember(Name = "senderDetail", EmitDefaultValue = false)]
[JsonProperty("senderDetail")]
public DocumentSenderDetails SenderDetail { get; set; }

Property Value

DocumentSenderDetails

Gets the value of SenderDetail.

SignerDetail

Gets or sets the signerDetails.

[DataMember(Name = "signerDetail", EmitDefaultValue = false)]
[JsonProperty("signerDetail")]
public SignerDetails SignerDetail { get; set; }

Property Value

SignerDetails

Gets the value of signerDetail.

Status

Gets or Sets Status.

[DataMember(Name = "status", EmitDefaultValue = false)]
[JsonProperty("status")]
public DocumentStatus Status { get; set; }

Property Value

DocumentStatus

Gets the value of Status.