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
- urlUri
- 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
Methods
ToJson()
Returns the JSON string presentation of the object.
public virtual string ToJson()Returns
- string
- JSON string presentation of the object.