Class SenderIdentityViewModel
The sender identity view model.
Inheritance
System.Object
SenderIdentityViewModel
Namespace: BoldSign.Model
Assembly: BoldSign.Api.dll
Syntax
public class SenderIdentityViewModel : object
Properties
| Improve this Doc View SourceApprovedDate
Gets or sets the approved date.
Declaration
public string ApprovedDate { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BrandId
Gets or sets the brand Id.
Declaration
public string BrandId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedBy
Gets or sets the creator user id.
Declaration
public string CreatedBy { 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 the 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 string RedirectUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Gets or sets the sender identity status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |