public class

VendorCreditLine

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.VendorCreditLine

Class Overview

Product: QBW Description: Information about a specific good or services returned for which credit is received.

Java class for VendorCreditLine complex type.

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

 <complexType name="VendorCreditLine">
   <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
VendorCreditLine()
[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 VendorCreditLine ()