Class CatalogKeyAndQuantity
An object describing a unique catalog entry.
Inheritance
System.Object
CatalogKeyAndQuantity
Namespace: Mediachase.Commerce.Pricing
Assembly: Mediachase.Commerce.dll
Version: 14.26.0Syntax
public class CatalogKeyAndQuantity : Object
Constructors
CatalogKeyAndQuantity(CatalogKey, Decimal)
Declaration
public CatalogKeyAndQuantity(CatalogKey catalogEntryKey, Decimal quantity)
Parameters
Type | Name | Description |
---|---|---|
CatalogKey | catalogEntryKey | |
System.Decimal | quantity |
Properties
CatalogKey
Declaration
public CatalogKey CatalogKey { get; set; }
Property Value
Type | Description |
---|---|
CatalogKey |
Quantity
Gets or sets the quantity.
Declaration
public Decimal Quantity { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The quantity for the catalog entry. |