Table of Contents

Class ChangeRecipient

Namespace
BoldSign.Api.Model
Assembly
BoldSign.Api.dll

The recipient details model.

[DataContract]
public class ChangeRecipient
Inheritance
ChangeRecipient
Inherited Members

Constructors

ChangeRecipient(string, string, string, string, int?, string, PhoneNumber, PhoneNumber)

Initializes a new instance of the ChangeRecipient class.

public ChangeRecipient(string newSignerName, string reason, string oldSignerEmail, string newSignerEmail, int? signerOrder = null, string onBehalfOf = null, PhoneNumber phoneNumber = null, PhoneNumber oldPhoneNumber = null)

Parameters

newSignerName string

The signer name .

reason string

reason for the name change .

oldSignerEmail string

Gets or sets the signer email.

newSignerEmail string

gets or sets the new mail id of recipient .

signerOrder int?

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).

onBehalfOf string

The on behalfof email.

phoneNumber PhoneNumber

The signer phone number.

oldPhoneNumber PhoneNumber

The Old Signer phone number.

Properties

NewSignerEmail

Gets or sets the newmail id .

[Required]
[DataMember(Name = "newSignerEmail", EmitDefaultValue = true)]
public string NewSignerEmail { get; set; }

Property Value

string

Gets the value of reason .

NewSignerName

Gets or sets the from name .

[Required]
[DataMember(Name = "newSignerName", EmitDefaultValue = true)]
public string NewSignerName { get; set; }

Property Value

string

Gets the value of fromname.

OldPhoneNumber

Gets or sets the signer phone number.

[DataMember(Name = "oldPhoneNumber", EmitDefaultValue = true)]
public PhoneNumber OldPhoneNumber { get; set; }

Property Value

PhoneNumber

OldSignerEmail

Gets or sets the oldsignermail .

[Required]
[DataMember(Name = "oldSignerEmail", EmitDefaultValue = true)]
public string OldSignerEmail { get; set; }

Property Value

string

Gets the value of reason .

OnBehalfOf

Gets or sets the on behalf of email.

[DataMember(Name = "onBehalfOf", EmitDefaultValue = true)]
public string OnBehalfOf { get; set; }

Property Value

string

Order

Gets or sets the from name .

[DataMember(Name = "order", EmitDefaultValue = true)]
public int? Order { get; set; }

Property Value

int?

Gets the value of signer Order .

PhoneNumber

Gets or sets the signer phone number.

[DataMember(Name = "phoneNumber", EmitDefaultValue = true)]
public PhoneNumber PhoneNumber { get; set; }

Property Value

PhoneNumber

Reason

Gets or sets the reason .

[Required]
[DataMember(Name = "reason", EmitDefaultValue = true)]
public string Reason { get; set; }

Property Value

string

Gets the value of reason .

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.