Class Ecommerce.Rma.DeletedSetToTrueArgs
- Namespace
- Dynamicweb.Ecommerce.Notifications
- Assembly
- Dynamicweb.Ecommerce.dll
This is the NotificationArgs object for DeletedSetToTrue.
public class Ecommerce.Rma.DeletedSetToTrueArgs : NotificationArgs
- Inheritance
-
Ecommerce.Rma.DeletedSetToTrueArgs
- Inherited Members
Constructors
DeletedSetToTrueArgs(ReturnMerchandiseAuthorization)
Initializes a new instance of the Ecommerce.Rma.DeletedSetToTrueArgs
public DeletedSetToTrueArgs(ReturnMerchandiseAuthorization rma)
Parameters
rma
ReturnMerchandiseAuthorizationThe RMA
Properties
Rma
Gets the ReturnMerchandiseAuthorization.
public ReturnMerchandiseAuthorization Rma { get; }