public class

EstimateLine

extends LineSales
implements Serializable
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

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
[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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public EstimateLine ()