Table of Contents

Class BehalfOf

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

The behalf of details.

public class BehalfOf
Inheritance
BehalfOf
Inherited Members

Properties

Email

Gets or sets the on behalf of email.

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

Property Value

string

Id

Gets or sets the behalf id.

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

Property Value

string