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 ReturnFormPostModel

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

Constructors

ReturnFormPostModel()

Declaration
public ReturnFormPostModel()

Properties

LineItems

Declaration
public IEnumerable<ReturnLineItemPostModel> LineItems { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<ReturnLineItemPostModel>

ReturnComment

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