Class ReturnFormModel
Inheritance
System.Object
ReturnFormModel
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
public class ReturnFormModel : OrderFormModel
Constructors
Declaration
Properties
Declaration
public DateTime Created { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Declaration
public ContactModel Creator { get; set; }
Property Value
Declaration
public Nullable<int> ExchangeOrderId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Declaration
public MoneyModel InvalidDiscount { get; set; }
Property Value
Declaration
public string ReturnComment { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string RMANumber { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public ReturnFormStatusModel Status { get; set; }
Property Value