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
ReturnMerchandiseAuthorizationThe RMA
replacementOrder
OrderThe 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
Gets the ReturnMerchandiseAuthorization.
public ReturnMerchandiseAuthorization Rma { get; }