Class SenderIdentityCreated
Sender identity created action result.
Inheritance
System.Object
SenderIdentityCreated
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SenderIdentityCreated : object
Constructors
| Improve this Doc View SourceSenderIdentityCreated(String)
Initializes a new instance of the SenderIdentityCreated class.
Declaration
public SenderIdentityCreated(string senderIdentityId = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | senderIdentityId | Gets or sets sender identity id. |
Properties
| Improve this Doc View SourceSenderIdentityId
Gets or sets the sender identity id for a created identity.
Declaration
public string SenderIdentityId { get; set; }
Property Value
Type | Description |
---|---|
System.String | Gets or sets the sender identity id. |
Methods
| Improve this Doc View SourceToJson()
Returns the JSON string presentation of the object.
Declaration
public virtual string ToJson()
Returns
Type | Description |
---|---|
System.String | JSON string presentation of the object. |