Table of Contents

Class Ecommerce.Rma.BeforeDeleteArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll

This is the NotificationArgs object for BeforeDelete.

public class Ecommerce.Rma.BeforeDeleteArgs : NotificationArgs
Inheritance
Ecommerce.Rma.BeforeDeleteArgs
Inherited Members

Constructors

BeforeDeleteArgs(ReturnMerchandiseAuthorization)

Initializes a new instance of the Ecommerce.Rma.BeforeDeleteArgs

public BeforeDeleteArgs(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization

The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top