QuickBooks Integrator V6 - Online Help
QuickBooks Integrator V6
Questions / Feedback?

Quantity Property

Quantity of items in this statement.

Syntax

[VB.NET]
Public Property Quantity As String

[C#]
public string Quantity {get; set;}

Remarks

The quantity of the Item (specified by ItemId or ItemName) you're adding to the statement.

If Quantity and either Rate, or Amount are specified, QuickBooks will automatically calculate the other.

This property is a String type in order to allow setting fractional quantities. Setting this property with non-numeric data will cause an error. Correct usage of this Property is shown below:


  component.Quantity = "3.5"

Leave this property blank and no quantity will be sent to QuickBooks.

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0