Class RevokeDocument
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
stringGets or sets the message. (required).
onBehalfOf
stringGets 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
Methods
ToJson()
Returns the JSON string presentation of the object
public virtual string ToJson()
Returns
- string
JSON string presentation of the object