Table of Contents

Class Ecommerce.Rma.AfterSaveArgs

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

Constructors

AfterSaveArgs(ReturnMerchandiseAuthorization)

Initializes a new instance of the Ecommerce.Rma.AfterSaveArgs

public AfterSaveArgs(ReturnMerchandiseAuthorization rma)

Parameters

rma ReturnMerchandiseAuthorization

The RMA

Properties

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top