public class

CashPurchaseLine

extends LinePurchase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LinePurchase
       ↳ org.mule.modules.quickbooks.windows.schema.CashPurchaseLine

Class Overview

Product: ALL Description: Information about a specific good or service for which the cash was paid.

Java class for CashPurchaseLine complex type.

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

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

Summary

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

Public Constructors

public CashPurchaseLine ()