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 Discount

Discount object in Bolt

Inheritance
System.Object
Discount
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0
Syntax
public class Discount : Object

Constructors

Discount()

Declaration
public Discount()

Properties

Amount

The amount

Declaration
public Decimal Amount { get; set; }
Property Value
Type Description
System.Decimal

Code

The code

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

Description

The description

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

DetailsUrl

The details url

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

DiscountCategory

The discount category

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

Reference

The reference

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

Type

The type

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