public class

Charge

extends CdmBase
java.lang.Object
   ↳ org.mule.modules.quickbooks.online.schema.CdmBase
     ↳ org.mule.modules.quickbooks.online.schema.Charge

Class Overview

Financial transaction representing a request for payment for goods or services that have been sold.

Java class for Charge complex type.

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

 <complexType name="Charge">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}CdmBase">
       <sequence>
         <element name="Header" type="{http://www.intuit.com/sb/cdm/v2}ChargeHeader" minOccurs="0"/>
         <element name="Line" type="{http://www.intuit.com/sb/cdm/v2}ChargeLine" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ChargeHeader header
protected ChargeLine line
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.online.schema.CdmBase
Public Constructors
Charge()
Public Methods
ChargeHeader getHeader()
Gets the value of the header property.
ChargeLine getLine()
Gets the value of the line property.
void setHeader(ChargeHeader value)
Sets the value of the header property.
void setLine(ChargeLine value)
Sets the value of the line property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.online.schema.CdmBase
From class java.lang.Object

Fields

protected ChargeHeader header

protected ChargeLine line

Public Constructors

public Charge ()

Public Methods

public ChargeHeader getHeader ()

Gets the value of the header property.

Returns

public ChargeLine getLine ()

Gets the value of the line property.

Returns

public void setHeader (ChargeHeader value)

Sets the value of the header property.

Parameters
value Allowed object is ChargeHeader

public void setLine (ChargeLine value)

Sets the value of the line property.

Parameters
value Allowed object is ChargeLine