Class BehalfOf
The document's behalf sender detail includes name and email id.
Inheritance
System.Object
BehalfOf
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class BehalfOf : object
Constructors
| Improve this Doc View SourceBehalfOf(String, String)
Initializes a new instance of the BehalfOf class.
Declaration
public BehalfOf(string name = null, string emailAddress = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Gets or sets behalf sender Name.. |
System.String | emailAddress | Gets or sets the behalf sender email address. |
Properties
| Improve this Doc View SourceEmailAddress
Gets or sets the behalf sender email address.
Declaration
public string EmailAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of behalf sender email address. |
Name
Gets or sets the behalf sender name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets the value of behalf sender name. |
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. |