Table of Contents

Class CreatedContact

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

The Create Contact Details.

[DataContract]
public class CreatedContact
Inheritance
CreatedContact
Inherited Members

Properties

CreatedContacts

Gets or sets the contacts.

[DataMember(Name = "createdContacts", EmitDefaultValue = true)]
public List<CreateContact> CreatedContacts { get; set; }

Property Value

List<CreateContact>

Gets or sets the contacts response.