Table of Contents

Class TemplateSigner

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

The template role details .

public class TemplateSigner
Inheritance
TemplateSigner
Inherited Members

Properties

AllowFieldConfiguration

Gets or sets a value indicating whether gets or sets the allow field configuration.

[JsonProperty("allowFieldConfiguration")]
public bool AllowFieldConfiguration { get; set; }

Property Value

bool

EnableAccessCode

Gets or sets a value indicating whether authentication is enabled for the signer.

[JsonProperty("enableAccessCode")]
public bool EnableAccessCode { get; set; }

Property Value

bool

EnableEmailOTP

Gets or sets a value indicating whether email OTP authentication is enabled.

[JsonProperty("enableEmailOTP")]
public bool EnableEmailOTP { get; set; }

Property Value

bool

HostEmail

Gets or sets the host user email.

[JsonProperty("hostEmail")]
public string HostEmail { get; set; }

Property Value

string

HostName

Gets or sets the host user name.

[JsonProperty("hostName")]
public string HostName { get; set; }

Property Value

string

HostUserId

Gets or sets the host user id.

[JsonProperty("hostUserId")]
public string HostUserId { get; set; }

Property Value

string

ImposeAuthentication

Gets or sets a impose authentication type.

[DataMember(Name = "imposeAuthentication", EmitDefaultValue = true)]
[JsonProperty("imposeAuthentication")]
public string ImposeAuthentication { get; set; }

Property Value

string

Order

Gets or sets the value is used to define the siging order of the signer.

[JsonProperty("order")]
public int Order { get; set; }

Property Value

int

SignerEmail

Gets or sets email address of the signer.

[JsonProperty("signerEmail")]
public string SignerEmail { get; set; }

Property Value

string

SignerName

Gets or sets name of the signer.

[JsonProperty("signerName")]
public string SignerName { get; set; }

Property Value

string

SignerRole

Gets or sets role of the signer.

[JsonProperty("signerRole")]
public string SignerRole { get; set; }

Property Value

string

SignerType

Gets or Sets SignerType.

[JsonProperty("signerType")]
public string SignerType { get; set; }

Property Value

string

Status

Gets or sets status of the signer.

[JsonProperty("status")]
public SignerStatus Status { get; set; }

Property Value

SignerStatus

UserId

Gets or sets the user id.

[JsonProperty("userId")]
public string UserId { get; set; }

Property Value

string