Table of Contents

Class EmbeddedVerificationCreated

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

The embedded file link url.

[DataContract]
public class EmbeddedVerificationCreated
Inheritance
EmbeddedVerificationCreated
Inherited Members

Constructors

EmbeddedVerificationCreated(Uri)

Initializes a new instance of the EmbeddedVerificationCreated class.

public EmbeddedVerificationCreated(Uri url = null)

Parameters

url Uri

Gets or sets verification link for the signer.

Properties

Url

Gets or sets verification link for the signer.

[DataMember(Name = "url", EmitDefaultValue = false)]
public Uri Url { get; set; }

Property Value

Uri

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.