InvoiceDetailQuantity Property
Namespace: Ignition.Commerce.AccountingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
[NetForumFieldAttribute("ivd_qty")]
public decimal Quantity { get; protected set; }
<NetForumFieldAttribute("ivd_qty")>
Public Property Quantity As Decimal
Get
Protected Set
public:
[NetForumFieldAttribute(L"ivd_qty")]
property Decimal Quantity {
Decimal get ();
protected: void set (Decimal value);
}
[<NetForumFieldAttribute("ivd_qty")>]
member Quantity : decimal with get, set
Property Value
Decimal