Class ContactDetails
The current page templates view model.
Inheritance
System.Object
ContactDetails
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class ContactDetails : object
Properties
| Improve this Doc View SourceCompanyName
Gets or sets the contact id.
Declaration
public string CompanyName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the contact id.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
JobTitle
Gets or sets the contact id.
Declaration
public string JobTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the contact id.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PhoneNumber
Gets or sets the contact id.
Declaration
public PhoneNumber PhoneNumber { get; set; }
Property Value
Type | Description |
---|---|
PhoneNumber |