Table of Contents

Class WebhookActorDetails

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

The webhook actor details.

public class WebhookActorDetails
Inheritance
WebhookActorDetails
Inherited Members

Properties

Id

Gets or sets the id.

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

Property Value

string

UserType

Gets or sets the user type.

[DataMember(Name = "userType", EmitDefaultValue = false)]
[JsonProperty("userType")]
public string UserType { get; set; }

Property Value

string