StorePriceMaximumQuantityAtThisPrice Property

The maximum quantity of a product that can be purchased using this price (at one time).

Definition

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[NetForumFieldAttribute("prc_qty_max")]
public decimal? MaximumQuantityAtThisPrice { get; }

Property Value

NullableDecimal

Remarks

Just because this number represents a maximum for this particular price, doesn't mean that there aren't other public and/or non-public prices that can be used for purchasing this product in greater quantities.

See Also