public class

CreditCardCreditLine

extends LinePurchase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LinePurchase
       ↳ org.mule.modules.quickbooks.windows.schema.CreditCardCreditLine

Class Overview

Product: QBW Description: Information about a specific good or service for which the CreditCardCredit is being issued.

Java class for CreditCardCreditLine complex type.

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

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LinePurchase
From class org.mule.modules.quickbooks.windows.schema.LineBase
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LinePurchase
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
CreditCardCreditLine()
[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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Public Constructors

public CreditCardCreditLine ()