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
ReturnMerchandiseAuthorizationCommentThe RMA comment
Properties
Comment
Gets the ReturnMerchandiseAuthorizationComment.
public ReturnMerchandiseAuthorizationComment Comment { get; }