Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ReturnFormModel

Inheritance
System.Object
ReturnFormModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ReturnFormModel : OrderFormModel

Constructors

ReturnFormModel()

Declaration
public ReturnFormModel()

Properties

Created

Declaration
public DateTime Created { get; set; }
Property Value
Type Description
System.DateTime

Creator

Declaration
public ContactModel Creator { get; set; }
Property Value
Type Description
ContactModel

ExchangeOrderId

Declaration
public Nullable<int> ExchangeOrderId { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

InvalidDiscount

Declaration
public MoneyModel InvalidDiscount { get; set; }
Property Value
Type Description
MoneyModel

ReturnComment

Declaration
public string ReturnComment { get; set; }
Property Value
Type Description
System.String

RMANumber

Declaration
public string RMANumber { get; set; }
Property Value
Type Description
System.String

Status

Declaration
public ReturnFormStatusModel Status { get; set; }
Property Value
Type Description
ReturnFormStatusModel