Table of Contents

Class KbaAuthenticationEvent

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

The webhook KBA authentication event object.

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

Properties

DocumentDescription

Gets or sets the 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 message title.

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

Property Value

string

Gets the value of message title.

ObjectType

Gets or sets the object name.

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

Property Value

string

SenderDetail

Gets or sets the sender details.

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

Property Value

DocumentSenderDetails

Gets the value of sender details.

SignerDetail

Gets or sets the signer details.

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

Property Value

SignerDetails

Gets the value of signer details.

Status

Gets or sets the status.

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

Property Value

DocumentStatus

Gets the value of status.