Class SenderIdentityRequest
The sender identity request.
Inheritance
System.Object
SenderIdentityRequest
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SenderIdentityRequest : object
Constructors
| Improve this Doc View SourceSenderIdentityRequest(String, String, NotificationSettings, String, Uri)
Initializes a new instance of the SenderIdentityRequest class.
Declaration
public SenderIdentityRequest(string name, string email, NotificationSettings notificationSettings, string brandId = null, Uri redirectUrl = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Gets or sets name. |
System.String | Gets or sets email. |
|
NotificationSettings | notificationSettings | Gets or sets notification settings. |
System.String | brandId | Gets or sets brand Id. |
Uri | redirectUrl | Gets or sets redirect url. |
Properties
| Improve this Doc View SourceBrandId
Gets or sets the brand Id.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Gets or sets the email.
Declaration
public string Email { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NotificationSettings
Gets or sets the notification settings.
Declaration
public NotificationSettings NotificationSettings { get; set; }
Property Value
Type | Description |
---|---|
NotificationSettings |
RedirectUrl
Gets or sets the redirect URL.
Declaration
public Uri RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
Uri |
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. |