Table of Contents

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 ReturnMerchandiseAuthorization

The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top