QuickBooks Integrator 2016 .NET Edition
QuickBooks Integrator 2016 .NET Edition
Questions / Feedback?

Quantity Property

The quantity of this line item group.

Syntax

[VB.NET]
Public Property Quantity As String

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

Remarks

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


  component.Quantity = "3"

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

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 .NET Edition - Version 16.0 [Build 7353]