Table of Contents

Class RecipientNotificationSettings

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The Recipient Notification Settings.

[DataContract]
public class RecipientNotificationSettings
Inheritance
RecipientNotificationSettings
Inherited Members

Properties

Completed

Gets or sets a value indicating whether complete document.

[DataMember(Name = "completed", EmitDefaultValue = true)]
public bool Completed { get; set; }

Property Value

bool

Declined

Gets or sets a value indicating whether decline document.

[DataMember(Name = "declined", EmitDefaultValue = true)]
public bool Declined { get; set; }

Property Value

bool

Deleted

Gets or sets a value indicating whether deleted document.

[DataMember(Name = "deleted", EmitDefaultValue = true)]
public bool Deleted { get; set; }

Property Value

bool

EditDocument

Gets or sets a value indicating whether sender edited a document.

[DataMember(Name = "editDocument", EmitDefaultValue = true)]
public bool EditDocument { get; set; }

Property Value

bool

EditRecipient

Gets or sets a value indicating whether sender edited a recipient.

[DataMember(Name = "editRecipient", EmitDefaultValue = true)]
public bool EditRecipient { get; set; }

Property Value

bool

Expired

Gets or sets a value indicating whether document expired.

[DataMember(Name = "expired", EmitDefaultValue = true)]
public bool Expired { get; set; }

Property Value

bool

Reassigned

Gets or sets a value indicating whether reassign document.

[DataMember(Name = "reassigned", EmitDefaultValue = true)]
public bool Reassigned { get; set; }

Property Value

bool

Reminders

Gets or sets a value indicating whether sender reminder.

[DataMember(Name = "reminders", EmitDefaultValue = true)]
public bool Reminders { get; set; }

Property Value

bool

Revoked

Gets or sets a value indicating whether revoke document.

[DataMember(Name = "revoked", EmitDefaultValue = true)]
public bool Revoked { get; set; }

Property Value

bool

SignatureRequest

Gets or sets a value indicating whether document SignatureRequest.

[DataMember(Name = "signatureRequest", EmitDefaultValue = true)]
public bool SignatureRequest { get; set; }

Property Value

bool

Signed

Gets or sets a value indicating whether document Individual Sign Complete.

[DataMember(Name = "signed", EmitDefaultValue = true)]
public bool Signed { get; set; }

Property Value

bool