Table of Contents

Class Ecommerce.Rma.BeforeRenderedArgs

Namespace
Dynamicweb.Ecommerce.Notifications
Assembly
Dynamicweb.Ecommerce.dll
public class Ecommerce.Rma.BeforeRenderedArgs : NotificationArgs
Inheritance
Ecommerce.Rma.BeforeRenderedArgs
Inherited Members

Constructors

BeforeRenderedArgs(ReturnMerchandiseAuthorization)

Initializes a new instance of the Ecommerce.Rma.BeforeRenderedArgs

public BeforeRenderedArgs(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization

The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top