public class

CreditCardCharge

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.CreditCardCharge

Class Overview

Product: QBO Description: Financial transaction representing a charge for purchase of goods or services. The CreditCardCharge represents an expense to the business as a credit card charge transaction. The expense is of the following types: [li] Item based expense for the item that is purchased for reselling. [/li][li] Account based expense for the amount spend on an account, such as expense incurred on "advertisement expense" account.[/li] EndPoint: qbo.intuit.com Business Rules: None Product: QBW Description: Financial transaction representing a charge for purchase of goods or services. The CreditCardCharge represents an expense to the business as a credit card charge transaction. The expense is of the following types: [li] Item based expense for the item that is purchased for reselling. [/li][li] Account based expense for the amount spend on an account, such as expense incurred on "advertisement expense" account.[/li] EndPoint: services.intuit.com Business Rules: None

Java class for CreditCardCharge complex type.

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

 <complexType name="CreditCardCharge">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}CreditCardChargeHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}CreditCardChargeLine" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CreditCardChargeHeader header
protected List<CreditCardChargeLine> line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
CreditCardCharge()
Public Methods
CreditCardChargeHeader getHeader()
Gets the value of the header property.
List<CreditCardChargeLine> getLine()
Gets the value of the line property.
void setHeader(CreditCardChargeHeader value)
Sets the value of the header property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class java.lang.Object

Fields

protected CreditCardChargeHeader header

protected List<CreditCardChargeLine> line

Public Constructors

public CreditCardCharge ()

Public Methods

public CreditCardChargeHeader getHeader ()

Gets the value of the header property.

Returns

public List<CreditCardChargeLine> getLine ()

Gets the value of the line property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the line property.

For example, to add a new item, do as follows:

    getLine().add(newItem);
 

Objects of the following type(s) are allowed in the list CreditCardChargeLine

public void setHeader (CreditCardChargeHeader value)

Sets the value of the header property.

Parameters
value Allowed object is CreditCardChargeHeader