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, String, List<PhoneNumber>)
Initializes a new instance of the ReminderMessage class.
Declaration
public ReminderMessage(string message = null, string onBehalfOf = null, List<PhoneNumber> reminderPhoneNumbers = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | Gets or sets reminder message.. |
System.String | onBehalfOf | The on behalfof email. |
List<PhoneNumber> | reminderPhoneNumbers | The reminder phone number. |
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. |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReminderPhoneNumbers
Gets or sets the on behalf of email.
Declaration
public List<PhoneNumber> ReminderPhoneNumbers { get; set; }
Property Value
Type | Description |
---|---|
List<PhoneNumber> |
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 |