Table of Contents

Class Ecommerce.Rma.AfterCommentAddedArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
public class Ecommerce.Rma.AfterCommentAddedArgs : NotificationArgs
Inheritance
Ecommerce.Rma.AfterCommentAddedArgs
Inherited Members

Constructors

AfterCommentAddedArgs(ReturnMerchandiseAuthorizationComment)

Initializes a new instance of the Ecommerce.Rma.AfterCommentAddedArgs

public AfterCommentAddedArgs(ReturnMerchandiseAuthorizationComment comment)

Parameters

comment ReturnMerchandiseAuthorizationComment

The RMA comment

Properties

Comment

public ReturnMerchandiseAuthorizationComment Comment { get; }

Property Value

ReturnMerchandiseAuthorizationComment
To top