Table of Contents

Class RevokeDocument

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The turn down document action DTO such as Revoke or Decline the document.

[DataContract]
public class RevokeDocument
Inheritance
RevokeDocument
Inherited Members

Constructors

RevokeDocument()

Initializes a new instance of the RevokeDocument class.

[JsonConstructor]
protected RevokeDocument()

RevokeDocument(string, string)

Initializes a new instance of the RevokeDocument class.

public RevokeDocument(string message = null, string onBehalfOf = null)

Parameters

message string

Gets or sets the message. (required).

onBehalfOf string

Gets or sets the on behalf of email.

Properties

Message

Gets or sets the revoke message.

[DataMember(Name = "message", EmitDefaultValue = true)]
public string Message { get; set; }

Property Value

string

Gets or sets the message.

OnBehalfOf

Gets or sets the on behalf ofemail.

[DataMember(Name = "onBehalfOf", EmitDefaultValue = true)]
public string OnBehalfOf { get; set; }

Property Value

string

Methods

ToJson()

Returns the JSON string presentation of the object

public virtual string ToJson()

Returns

string

JSON string presentation of the object