public class

ReportSalesSummary

extends ReportQueryBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.ReportQueryBase
     ↳ org.mule.modules.quickbooks.windows.schema.ReportSalesSummary

Class Overview

Product: QBW Description: Sales Summary for a company file

Java class for ReportSalesSummary complex type.

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

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

Summary

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

Public Constructors

public ReportSalesSummary ()