Table of Contents

Class ContactsDetails

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The current page templates view model.

[DataContract]
public class ContactsDetails
Inheritance
ContactsDetails
Inherited Members

Properties

CompanyName

Gets or sets the contact company.

[DataMember(Name = "companyName")]
public string CompanyName { get; set; }

Property Value

string

Email

Gets or sets the contact email.

[DataMember(Name = "email")]
public string Email { get; set; }

Property Value

string

Id

Gets or sets the contact id.

[DataMember(Name = "id")]
public string Id { get; set; }

Property Value

string

JobTitle

Gets or sets the contact role.

[DataMember(Name = "jobTitle")]
public string JobTitle { get; set; }

Property Value

string

Name

Gets or sets the contact name.

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

PhoneNumber

Gets or sets the contact phoneNumber.

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

Property Value

PhoneNumber