Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ILineItemInventory

Represents the inventory information to a line item.

Namespace: Mediachase.Commerce.Orders
Assembly: Mediachase.Commerce.dll
Version: 14.26.0
Syntax
public interface ILineItemInventory

Properties

AllowBackordersAndPreorders

Gets or sets a value indicating whether [allow backorders and preorders].

Declaration
bool AllowBackordersAndPreorders { get; set; }
Property Value
Type Description
System.Boolean

true if [allow backorders and preorders]; otherwise, false.

BackorderQuantity

Gets or sets the backorder quantity.

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

The backorder quantity.

Code

Gets the catalog entry code.

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

The catalog entry code.

InStockQuantity

Gets or sets the in stock quantity.

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

The in stock quantity.

InventoryStatus

Gets or sets the inventory status.

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

The inventory status.

MaxQuantity

Gets or sets the max quantity.

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

The max quantity.

MinQuantity

Gets or sets the min quantity.

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

The min quantity.

PreorderQuantity

Gets or sets the preorder quantity.

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

The preorder quantity.