Take the community feedback survey now.

Class AddOn

Add on in Bolt

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

Constructors

AddOn()

Declaration
public AddOn()

Properties

Description

The description.

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

ImageUrl

The image url of the product

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

Name

The name of the product

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

Price

The price of the product

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

ProductId

The product id

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

ProductPageUrl

The product detail page url

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