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