Class CreatedContact
The Create Contact Details.
Inheritance
System.Object
CreatedContact
Namespace: BoldSign.Api.Model
Assembly: BoldSign.Api.dll
Syntax
public class CreatedContact : object
Properties
| Improve this Doc View SourceCreatedContacts
Gets or sets the contacts.
Declaration
public List<CreateContact> CreatedContacts { get; set; }
Property Value
Type | Description |
---|---|
List<CreateContact> | Gets or sets the contacts response. |