public class

EstimateLine

extends LineSales
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LineSales
       ↳ org.mule.modules.quickbooks.windows.schema.EstimateLine

Class Overview

Product: ALL Description: A service or product proposed to be sold along with quantity, price and other descriptive information.

Java class for EstimateLine complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="EstimateLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineSales">
     </extension>
   </complexContent>
 </complexType>
 

Summary

[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
EstimateLine()
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Public Constructors

public EstimateLine ()