Table of Contents

Class CreateContact

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

The create Contact details.

[DataContract]
public class CreateContact
Inheritance
CreateContact
Inherited Members

Properties

Email

Gets or sets the Email.

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

Property Value

string

Id

Gets or sets the Id.

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

Property Value

string