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 SalePriceTypeDefinition

Represents SalePriceTypeDefinition.

Inheritance
System.Object
SalePriceTypeDefinition
Namespace: Mediachase.Commerce.Catalog
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public class SalePriceTypeDefinition : Object

Constructors

SalePriceTypeDefinition()

Initializes a new instance of the SalePriceTypeDefinition class.

Declaration
public SalePriceTypeDefinition()

Properties

ControlUrl

Gets the control url.

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

The control url.

Description

Gets the description.

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

The description.

Key

Gets the key.

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

The key.

Value

Gets the value.

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

The value.