public class

CreditCardPayment

extends Object
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CreditCardPayment

Class Overview

Product: QBW Description: Holds complete information about a payment received by credit card

Java class for CreditCardPayment complex type.

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

 <complexType name="CreditCardPayment">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="CreditChargeInfo" type="{http://www.intuit.com/sb/cdm/v2}CreditChargeInfo" minOccurs="0"/>
         <element name="CreditChargeResponse" type="{http://www.intuit.com/sb/cdm/v2}CreditChargeResponse" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CreditChargeInfo creditChargeInfo
protected CreditChargeResponse creditChargeResponse
Public Constructors
CreditCardPayment()
Public Methods
CreditChargeInfo getCreditChargeInfo()
Gets the value of the creditChargeInfo property.
CreditChargeResponse getCreditChargeResponse()
Gets the value of the creditChargeResponse property.
void setCreditChargeInfo(CreditChargeInfo value)
Sets the value of the creditChargeInfo property.
void setCreditChargeResponse(CreditChargeResponse value)
Sets the value of the creditChargeResponse property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected CreditChargeInfo creditChargeInfo

protected CreditChargeResponse creditChargeResponse

Public Constructors

public CreditCardPayment ()

Public Methods

public CreditChargeInfo getCreditChargeInfo ()

Gets the value of the creditChargeInfo property.

Returns

public CreditChargeResponse getCreditChargeResponse ()

Gets the value of the creditChargeResponse property.

Returns

public void setCreditChargeInfo (CreditChargeInfo value)

Sets the value of the creditChargeInfo property.

Parameters
value Allowed object is CreditChargeInfo

public void setCreditChargeResponse (CreditChargeResponse value)

Sets the value of the creditChargeResponse property.

Parameters
value Allowed object is CreditChargeResponse