Class RevokeDocument
The turn down document action DTO such as Revoke or Decline the document.
Inheritance
System.Object
RevokeDocument
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class RevokeDocument : object
Constructors
| Improve this Doc View SourceRevokeDocument()
Initializes a new instance of the RevokeDocument class.
Declaration
protected RevokeDocument()
RevokeDocument(String, String)
Initializes a new instance of the RevokeDocument class.
Declaration
public RevokeDocument(string message = null, string onBehalfOf = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Gets or sets the message. (required). |
System.String | onBehalfOf | Gets or sets the on behalf of email. |
Properties
| Improve this Doc View SourceMessage
Gets or sets the revoke message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the message. |
OnBehalfOf
Gets or sets the on behalf ofemail.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object |