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 ReturnFormListItemModel

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

Constructors

ReturnFormListItemModel(IReturnOrderForm, ContactModel, IMarket, Currency)

Declaration
public ReturnFormListItemModel(IReturnOrderForm returnForm, ContactModel customer, IMarket market, Currency currency)
Parameters
Type Name Description
IReturnOrderForm returnForm
ContactModel customer
IMarket market
Currency currency

Properties

Created

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

Customer

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

FormId

Declaration
public int FormId { get; set; }
Property Value
Type Description
System.Int32

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

Total

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