Class LineItem
Line item in bolt
Inheritance
System.Object
LineItem
Namespace: EPiServer.Commerce.Bolt.Models
Assembly: EPiServer.Commerce.Bolt.dll
Version: 14.26.0Syntax
public class LineItem : Object
Constructors
LineItem()
Declaration
public LineItem()
Properties
Brand
The brand
Declaration
public string Brand { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Category
The category
Declaration
public string Category { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Collections
The collections
Declaration
public List<string> Collections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Color
The color
Declaration
public string Color { 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 |
ImageUrl
The image url
Declaration
public string ImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Isbn
The isbn
Declaration
public string Isbn { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsTaxable
Is Taxabable
Declaration
public bool IsTaxable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ItemGroup
The item group
Declaration
public string ItemGroup { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Manufacturer
The manufacturer
Declaration
public string Manufacturer { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Msrp
The msrp
Declaration
public Nullable<long> Msrp { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Name
The name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Options
The options
Declaration
public string Options { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Quantity
The quantity
Declaration
public long Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Reference
The reference
Declaration
public string Reference { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShipmentType
The shipment type
Declaration
public string ShipmentType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Size
The size
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Sku
The sku
Declaration
public string Sku { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Source
The source
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Tags
The tags
Declaration
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TaxAmount
The tax amount
Declaration
public long TaxAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
TaxCode
The tax code
Declaration
public string TaxCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TotalAmount
The total amount
Declaration
public long TotalAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Type
The type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitPrice
The unit price
Declaration
public long UnitPrice { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Uom
The uom
Declaration
public string Uom { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Upc
The upc
Declaration
public string Upc { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Weight
The weight
Declaration
public int Weight { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
WeightUnit
The weight unit
Declaration
public string WeightUnit { get; set; }
Property Value
Type | Description |
---|---|
System.String |