Class SenderIdentityViewModel
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
BrandId
Gets or sets the brand Id.
[DataMember(Name = "brandId")]
public string BrandId { get; set; }
Property Value
CreatedBy
Gets or sets the creator user id.
[DataMember(Name = "createdBy")]
public string CreatedBy { get; set; }
Property Value
Gets or sets the email.
[DataMember(Name = "email")]
public string Email { get; set; }
Property Value
Name
Gets or sets the name.
[DataMember(Name = "name")]
public string Name { get; set; }
Property Value
NotificationSettings
Gets or sets the notification settings.
[DataMember(Name = "notificationSettings")]
public NotificationSettings NotificationSettings { get; set; }
Property Value
RedirectUrl
Gets or sets the redirect URL.
[DataMember(Name = "redirectUrl")]
public string RedirectUrl { get; set; }
Property Value
Status
Gets or sets the sender identity status.
[DataMember(Name = "status")]
public string Status { get; set; }