Class RmaCommentViewModel
- Assembly
- Dynamicweb.Ecommerce.dll
public class RmaCommentViewModel : FillableViewModelBase
- Inheritance
-
RmaCommentViewModel
- Inherited Members
- Extension Methods
Properties
CommentText
Gets or sets the RMA comment.
public string? CommentText { get; set; }
Property Value
Created
Gets or sets the RMA comment created date.
public DateTime Created { get; set; }
Property Value
Event
public RmaEventViewModel? Event { get; set; }
Property Value
Images
Gets or sets the RMA comment images.
public IList<MediaViewModel>? Images { get; set; }