Class ReturnLineItemPatchModel
Inheritance
System.Object
ReturnLineItemPatchModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ReturnLineItemPatchModel : Object
Constructors
ReturnLineItemPatchModel()
Declaration
public ReturnLineItemPatchModel()
Properties
OriginalLineItemId
Declaration
public int OriginalLineItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ReturnQuantity
Declaration
public Decimal ReturnQuantity { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
ReturnReason
Declaration
public string ReturnReason { get; set; }
Property Value
Type |
Description |
System.String |
|