Class ReminderMessage
Reminder Message for signers.
Inheritance
System.Object
ReminderMessage
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ReminderMessage : object
Constructors
| Improve this Doc View SourceReminderMessage(String)
Initializes a new instance of the ReminderMessage class.
Declaration
public ReminderMessage(string message = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Gets or sets reminder message.. |
Properties
| Improve this Doc View SourceMessage
Gets or sets reminder message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets reminder message. |
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 |