Class ChangeRecipient
The recipient details model.
Inheritance
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class ChangeRecipient : object
Constructors
| Improve this Doc View SourceChangeRecipient(String, String, String, String, Nullable<Int32>, String, PhoneNumber, PhoneNumber)
Initializes a new instance of the ChangeRecipient class.
Declaration
public ChangeRecipient(string newSignerName, string reason, string oldSignerEmail, string newSignerEmail, int? signerOrder = null, string onBehalfOf = null, PhoneNumber phoneNumber = null, PhoneNumber oldPhoneNumber = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | newSignerName | The signer name . |
System.String | reason | reason for the name change . |
System.String | oldSignerEmail | Gets or sets the signer email. |
System.String | newSignerEmail | gets or sets the new mail id of recipient . |
System.Nullable<System.Int32> | signerOrder | Gets or sets the signer's order. When signer order is enabled for a document, this order is used to target that particular order with given signer email. (optional). |
System.String | onBehalfOf | The on behalfof email. |
PhoneNumber | phoneNumber | The signer phone number. |
PhoneNumber | oldPhoneNumber | The Old Signer phone number. |
Properties
| Improve this Doc View SourceNewSignerEmail
Gets or sets the newmail id .
Declaration
public string NewSignerEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of reason . |
NewSignerName
Gets or sets the from name .
Declaration
public string NewSignerName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of fromname. |
OldPhoneNumber
Gets or sets the signer phone number.
Declaration
public PhoneNumber OldPhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
OldSignerEmail
Gets or sets the oldsignermail .
Declaration
public string OldSignerEmail { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of reason . |
OnBehalfOf
Gets or sets the on behalf of email.
Declaration
public string OnBehalfOf { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Gets or sets the from name .
Declaration
public int? Order { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Gets the value of signer Order . |
PhoneNumber
Gets or sets the signer phone number.
Declaration
public PhoneNumber PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |
Reason
Gets or sets the reason .
Declaration
public string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of reason . |
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. |