Class RecipientDetails
It contains added or removed recipient details.
[DataContract]
public class RecipientDetails
- Inheritance
-
RecipientDetails
- Inherited Members
Properties
SignerEmail
Gets or sets the signer email.
[DataMember(Name = "signerEmail", EmitDefaultValue = false)]
public string SignerEmail { get; set; }
Property Value
- string
Gets the signer email.
SignerName
Gets or sets the signer name.
[DataMember(Name = "signerName", EmitDefaultValue = false)]
public string SignerName { get; set; }
Property Value
- string
Gets the signer name.
SignerPhoneNumber
Gets or sets the signer phone number.
[DataMember(Name = "signerPhoneNumber", EmitDefaultValue = false)]
public string SignerPhoneNumber { get; set; }
Property Value
- string
Gets the signer phone number.
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()
Returns
- string
JSON string presentation of the object.