Table of Contents

Class SenderIdentityCreated

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

Sender identity created action result.

[DataContract]
public class SenderIdentityCreated
Inheritance
SenderIdentityCreated
Inherited Members

Constructors

SenderIdentityCreated(string)

Initializes a new instance of the SenderIdentityCreated class.

public SenderIdentityCreated(string senderIdentityId = null)

Parameters

senderIdentityId string

Gets or sets sender identity id.

Properties

SenderIdentityId

Gets or sets the sender identity id for a created identity.

[DataMember(Name = "senderIdentityId", EmitDefaultValue = true)]
public string SenderIdentityId { get; set; }

Property Value

string

Gets or sets the sender identity id.

Methods

ToJson()

Returns the JSON string presentation of the object.

public virtual string ToJson()

Returns

string

JSON string presentation of the object.