Class RecipientNotificationSettings
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
Declined
Gets or sets a value indicating whether decline document.
[DataMember(Name = "declined", EmitDefaultValue = true)]
public bool Declined { get; set; }
Property Value
Deleted
Gets or sets a value indicating whether deleted document.
[DataMember(Name = "deleted", EmitDefaultValue = true)]
public bool Deleted { get; set; }
Property Value
EditDocument
Gets or sets a value indicating whether sender edited a document.
[DataMember(Name = "editDocument", EmitDefaultValue = true)]
public bool EditDocument { get; set; }
Property Value
EditRecipient
Gets or sets a value indicating whether sender edited a recipient.
[DataMember(Name = "editRecipient", EmitDefaultValue = true)]
public bool EditRecipient { get; set; }
Property Value
Expired
Gets or sets a value indicating whether document expired.
[DataMember(Name = "expired", EmitDefaultValue = true)]
public bool Expired { get; set; }
Property Value
Reassigned
Gets or sets a value indicating whether reassign document.
[DataMember(Name = "reassigned", EmitDefaultValue = true)]
public bool Reassigned { get; set; }
Property Value
Reminders
Gets or sets a value indicating whether sender reminder.
[DataMember(Name = "reminders", EmitDefaultValue = true)]
public bool Reminders { get; set; }
Property Value
Revoked
Gets or sets a value indicating whether revoke document.
[DataMember(Name = "revoked", EmitDefaultValue = true)]
public bool Revoked { get; set; }
Property Value
SignatureRequest
Gets or sets a value indicating whether document SignatureRequest.
[DataMember(Name = "signatureRequest", EmitDefaultValue = true)]
public bool SignatureRequest { get; set; }
Property Value
Signed
Gets or sets a value indicating whether document Individual Sign Complete.
[DataMember(Name = "signed", EmitDefaultValue = true)]
public bool Signed { get; set; }