| java.lang.Object | ||
| ↳ | org.mule.modules.quickbooks.windows.schema.HeaderBase | |
| ↳ | org.mule.modules.quickbooks.windows.schema.CreditCardRefundHeader | |
Product: QBW Description: Financial Transaction information that pertains to the entire Credit Card Refund.
Java class for CreditCardRefundHeader complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreditCardRefundHeader">
<complexContent>
<extension base="{http://www.intuit.com/sb/cdm/v2}HeaderBase">
<sequence>
<group ref="{http://www.intuit.com/sb/cdm/v2}CustomerReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}JobReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}RefundFromAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}ARAccountReferenceGroup" minOccurs="0"/>
<group ref="{http://www.intuit.com/sb/cdm/v2}PaymentMethodReferenceGroup" minOccurs="0"/>
<element name="Address" type="{http://www.intuit.com/sb/cdm/v2}PhysicalAddress" minOccurs="0"/>
<element name="TotalAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="CCDetail" type="{http://www.intuit.com/sb/cdm/v2}CreditCardPayment" minOccurs="0"/>
<element name="ProcessPayment" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="AppliedTo" type="{http://www.intuit.com/sb/cdm/v2}RefundAppliedTo" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| address | |||||||||||
| appliedTo | |||||||||||
| arAccountId | |||||||||||
| arAccountName | |||||||||||
| ccDetail | |||||||||||
| customerId | |||||||||||
| customerName | |||||||||||
| jobId | |||||||||||
| jobName | |||||||||||
| paymentMethodId | |||||||||||
| paymentMethodName | |||||||||||
| processPayment | |||||||||||
| refundAccountId | |||||||||||
| refundAccountName | |||||||||||
| totalAmt | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the arAccountId property.
| |||||||||||
Gets the value of the arAccountName property.
| |||||||||||
Gets the value of the address property.
| |||||||||||
Gets the value of the appliedTo property.
| |||||||||||
Gets the value of the ccDetail property.
| |||||||||||
Gets the value of the customerId property.
| |||||||||||
Gets the value of the customerName property.
| |||||||||||
Gets the value of the jobId property.
| |||||||||||
Gets the value of the jobName property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the paymentMethodName property.
| |||||||||||
Gets the value of the processPayment property.
| |||||||||||
Gets the value of the refundAccountId property.
| |||||||||||
Gets the value of the refundAccountName property.
| |||||||||||
Gets the value of the totalAmt property.
| |||||||||||
Sets the value of the arAccountId property.
| |||||||||||
Sets the value of the arAccountName property.
| |||||||||||
Sets the value of the address property.
| |||||||||||
Sets the value of the appliedTo property.
| |||||||||||
Sets the value of the ccDetail property.
| |||||||||||
Sets the value of the customerId property.
| |||||||||||
Sets the value of the customerName property.
| |||||||||||
Sets the value of the jobId property.
| |||||||||||
Sets the value of the jobName property.
| |||||||||||
Sets the value of the paymentMethodId property.
| |||||||||||
Sets the value of the paymentMethodName property.
| |||||||||||
Sets the value of the processPayment property.
| |||||||||||
Sets the value of the refundAccountId property.
| |||||||||||
Sets the value of the refundAccountName property.
| |||||||||||
Sets the value of the totalAmt property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.mule.modules.quickbooks.windows.schema.HeaderBase
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the arAccountId property.
IdType
Gets the value of the arAccountName property.
Gets the value of the address property.
PhysicalAddress
Gets the value of the appliedTo 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 appliedTo property.
For example, to add a new item, do as follows:
getAppliedTo().add(newItem);
Objects of the following type(s) are allowed in the list
RefundAppliedTo
Gets the value of the ccDetail property.
CreditCardPayment
Gets the value of the customerId property.
IdType
Gets the value of the customerName property.
Gets the value of the jobName property.
Gets the value of the paymentMethodId property.
IdType
Gets the value of the paymentMethodName property.
Gets the value of the processPayment property.
Gets the value of the refundAccountId property.
IdType
Gets the value of the refundAccountName property.
Gets the value of the totalAmt property.
Sets the value of the arAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the arAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the address property.
| value | Allowed object is
PhysicalAddress
|
|---|
Sets the value of the appliedTo property.
| appliedTo | Allowed object is
RefundAppliedTo
|
|---|
Sets the value of the ccDetail property.
| value | Allowed object is
CreditCardPayment
|
|---|
Sets the value of the customerId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the customerName property.
| value | Allowed object is String |
|---|
Sets the value of the jobId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the jobName property.
| value | Allowed object is String |
|---|
Sets the value of the paymentMethodId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the paymentMethodName property.
| value | Allowed object is String |
|---|
Sets the value of the processPayment property.
| value | Allowed object is Boolean |
|---|
Sets the value of the refundAccountId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the refundAccountName property.
| value | Allowed object is String |
|---|
Sets the value of the totalAmt property.
| value | Allowed object is BigDecimal |
|---|