Table of Contents

Class DocumentGroupSigner

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

The Document group signer webhook model.

public class DocumentGroupSigner
Inheritance
DocumentGroupSigner
Inherited Members

Properties

Id

Gets the id of the signer.

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

Property Value

string

IsAuthenticationFailed

Gets a value indicating whether authentication is failed.

[DataMember(Name = "isAuthenticationFailed", EmitDefaultValue = false)]
[JsonProperty("isAuthenticationFailed")]
public bool? IsAuthenticationFailed { get; set; }

Property Value

bool?

IsDeliveryFailed

Gets a value indicating whether delivery is failed.

[DataMember(Name = "isDeliveryFailed", EmitDefaultValue = false)]
[JsonProperty("isDeliveryFailed")]
public bool IsDeliveryFailed { get; set; }

Property Value

bool

IsViewed

Gets a value indicating whether is viewed.

[DataMember(Name = "isViewed", EmitDefaultValue = false)]
[JsonProperty("isViewed")]
public bool IsViewed { get; set; }

Property Value

bool

LastReminderSentOn

Gets or sets the last reminder sent on date time.

[DataMember(Name = "lastReminderSentOn", EmitDefaultValue = false)]
[JsonProperty("lastReminderSentOn")]
public long? LastReminderSentOn { get; set; }

Property Value

long?

Gets or sets a value indicating whether gets or sets the Last reminder sent time.

SignerEmail

Gets the signer email.

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

Property Value

string

SignerName

Gets the signer name.

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

Property Value

string

Status

Gets the status.

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

Property Value

SignerStatus