Table of Contents

Class SenderIdentityViewModel

Namespace
BoldSign.Model
Assembly
BoldSign.Api.dll

The sender identity view model.

[DataContract]
public class SenderIdentityViewModel
Inheritance
SenderIdentityViewModel
Inherited Members

Properties

ApprovedDate

Gets or sets the approved date.

[DataMember(Name = "approvedDate")]
public string ApprovedDate { get; set; }

Property Value

string

BrandId

Gets or sets the brand Id.

[DataMember(Name = "brandId")]
public string BrandId { get; set; }

Property Value

string

CreatedBy

Gets or sets the creator user id.

[DataMember(Name = "createdBy")]
public string CreatedBy { get; set; }

Property Value

string

Email

Gets or sets the email.

[DataMember(Name = "email")]
public string Email { get; set; }

Property Value

string

Name

Gets or sets the name.

[DataMember(Name = "name")]
public string Name { get; set; }

Property Value

string

NotificationSettings

Gets or sets the notification settings.

[DataMember(Name = "notificationSettings")]
public NotificationSettings NotificationSettings { get; set; }

Property Value

NotificationSettings

RedirectUrl

Gets or sets the redirect URL.

[DataMember(Name = "redirectUrl")]
public string RedirectUrl { get; set; }

Property Value

string

Status

Gets or sets the sender identity status.

[DataMember(Name = "status")]
public string Status { get; set; }

Property Value

string