StorePriceMaximumQuantityAtThisPrice Property
The maximum quantity of a product that can be purchased using this price (at one time).
Namespace: Ignition.Commerce.ProductsAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("prc_qty_max")]
public decimal? MaximumQuantityAtThisPrice { get; }
<NetForumFieldAttribute("prc_qty_max")>
Public ReadOnly Property MaximumQuantityAtThisPrice As Decimal?
Get
public:
[NetForumFieldAttribute(L"prc_qty_max")]
property Nullable<Decimal> MaximumQuantityAtThisPrice {
Nullable<Decimal> get ();
}
[<NetForumFieldAttribute("prc_qty_max")>]
member MaximumQuantityAtThisPrice : Nullable<decimal> with get
Property Value
NullableDecimal
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.