Table of Contents

Class RmaCommentViewModel

Namespace
Dynamicweb.Ecommerce.Frontend.ReturnMerchandiseAuthorization
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

string

Created

Gets or sets the RMA comment created date.

public DateTime Created { get; set; }

Property Value

DateTime

Event

public RmaEventViewModel? Event { get; set; }

Property Value

RmaEventViewModel

Images

Gets or sets the RMA comment images.

public IList<MediaViewModel>? Images { get; set; }

Property Value

IList<MediaViewModel>
To top