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 ReturnReasonModel

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

Constructors

ReturnReasonModel(String, String)

Declaration
public ReturnReasonModel(string label, string value)
Parameters
Type Name Description
System.String label
System.String value

Properties

Label

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

Value

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