public class

CreditCardRefund

extends CdmBase
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.CdmObject
     ↳ org.mule.modules.quickbooks.windows.schema.CdmBase
       ↳ org.mule.modules.quickbooks.windows.schema.CreditCardRefund

Class Overview

Product: QBW Description: The CreditCardRefund object helps you to refund a sale transaction that involves the credit card of a customer. You can use this object to refund transactions such as invoice, sales receipt, and statement charge. EndPoint: services.intuit.com Business Rules: None

Java class for CreditCardRefund complex type.

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

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

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.CdmBase
From class org.mule.modules.quickbooks.windows.schema.CdmObject
Fields
protected CreditCardRefundHeader header
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.CdmBase
Public Constructors
CreditCardRefund()
Public Methods
CreditCardRefundHeader getHeader()
Gets the value of the header property.
void setHeader(CreditCardRefundHeader 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

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected CreditCardRefundHeader header

Public Constructors

public CreditCardRefund ()

Public Methods

public CreditCardRefundHeader getHeader ()

Gets the value of the header property.

Returns

public void setHeader (CreditCardRefundHeader value)

Sets the value of the header property.

Parameters
value Allowed object is CreditCardRefundHeader