| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.online.schema.CreditCardPayment |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditChargeInfo | |||||||||||
| creditChargeResponse | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditChargeInfo property.
| |||||||||||
Gets the value of the creditChargeResponse property.
| |||||||||||
Sets the value of the creditChargeInfo property.
| |||||||||||
Sets the value of the creditChargeResponse property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditChargeInfo property.
CreditChargeInfo
Gets the value of the creditChargeResponse property.
CreditChargeResponse
Sets the value of the creditChargeInfo property.
| value | Allowed object is
CreditChargeInfo
|
|---|
Sets the value of the creditChargeResponse property.
| value | Allowed object is
CreditChargeResponse
|
|---|