 | InvoiceDetailCartItemQuantity Property |
The quantity of this cart item.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax[NetForumFieldAttribute("ivd_qty")]
public decimal Quantity { get; protected set; }<NetForumFieldAttribute("ivd_qty")>
Public Property Quantity As Decimal
Get
Protected Setpublic:
[NetForumFieldAttribute(L"ivd_qty")]
property Decimal Quantity {
Decimal get ();
protected: void set (Decimal value);
}[<NetForumFieldAttribute("ivd_qty")>]
member Quantity : decimal with get, setProperty Value
Decimal
See Also