Table of Contents

Class Ecommerce.Rma.ReplacementOrderSetArgs

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

This is the NotificationArgs object for ReplacementOrderSet.

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

Constructors

ReplacementOrderSetArgs(ReturnMerchandiseAuthorization, Order)

Initializes a new instance of the Ecommerce.Rma.ReplacementOrderSetArgs

public ReplacementOrderSetArgs(ReturnMerchandiseAuthorization rma, Order replacementOrder)

Parameters

rma ReturnMerchandiseAuthorization

The RMA

replacementOrder Order

The replacment order

Properties

ReplacementOrder

Gets or sets the replacement Order. NB. It's possible to manipulate the Order object, but it's not possible to replace the object reference.

public Order ReplacementOrder { get; }

Property Value

Order

The replacement order.

Rma

public ReturnMerchandiseAuthorization Rma { get; }

Property Value

ReturnMerchandiseAuthorization
To top