public class

SortByColumnInvoiceWithOrder

extends SortBy
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.SortBy
     ↳ org.mule.modules.quickbooks.windows.schema.SortByColumnInvoiceWithOrder

Class Overview

Product: QBW Description: allowed sort options for Invoice queries also specifying ascending/descending order as an attribute

Java class for SortByColumnInvoiceWithOrder complex type.

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

 <complexType name="SortByColumnInvoiceWithOrder">
   <simpleContent>
     <restriction base="<http://www.intuit.com/sb/cdm/v2>SortBy">
       <attribute name="sortOrder" type="{http://www.intuit.com/sb/cdm/v2}sortOrder" default="Descending" />
     </restriction>
   </simpleContent>
 </complexType>
 

Summary

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

Public Constructors

public SortByColumnInvoiceWithOrder ()