public class

RefundAppliedTo

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

Class Overview

Product: QBW Description: Specifies a credit transaction to be refunded by this credit card refund. At least one credit transaction of the supported types must be provided: credit memo, receive payment, or general journal entry.

Java class for RefundAppliedTo complex type.

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

 <complexType name="RefundAppliedTo">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://www.intuit.com/sb/cdm/v2}TxnReferenceGroup" minOccurs="0"/>
         <element name="TxnType" type="{http://www.intuit.com/sb/cdm/v2}TxnTypeEnum" minOccurs="0"/>
         <element name="RefundAmt" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
         <element name="CreditRemaining" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BigDecimal creditRemaining
protected BigDecimal refundAmt
protected IdType txnId
protected String txnNum
protected TxnTypeEnum txnType
Public Constructors
RefundAppliedTo()
Public Methods
BigDecimal getCreditRemaining()
Gets the value of the creditRemaining property.
BigDecimal getRefundAmt()
Gets the value of the refundAmt property.
IdType getTxnId()
Gets the value of the txnId property.
String getTxnNum()
Gets the value of the txnNum property.
TxnTypeEnum getTxnType()
Gets the value of the txnType property.
void setCreditRemaining(BigDecimal value)
Sets the value of the creditRemaining property.
void setRefundAmt(BigDecimal value)
Sets the value of the refundAmt property.
void setTxnId(IdType value)
Sets the value of the txnId property.
void setTxnNum(String value)
Sets the value of the txnNum property.
void setTxnType(TxnTypeEnum value)
Sets the value of the txnType property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BigDecimal creditRemaining

protected BigDecimal refundAmt

protected IdType txnId

protected String txnNum

protected TxnTypeEnum txnType

Public Constructors

public RefundAppliedTo ()

Public Methods

public BigDecimal getCreditRemaining ()

Gets the value of the creditRemaining property.

Returns
  • possible object is BigDecimal

public BigDecimal getRefundAmt ()

Gets the value of the refundAmt property.

Returns
  • possible object is BigDecimal

public IdType getTxnId ()

Gets the value of the txnId property.

Returns

public String getTxnNum ()

Gets the value of the txnNum property.

Returns
  • possible object is String

public TxnTypeEnum getTxnType ()

Gets the value of the txnType property.

Returns

public void setCreditRemaining (BigDecimal value)

Sets the value of the creditRemaining property.

Parameters
value Allowed object is BigDecimal

public void setRefundAmt (BigDecimal value)

Sets the value of the refundAmt property.

Parameters
value Allowed object is BigDecimal

public void setTxnId (IdType value)

Sets the value of the txnId property.

Parameters
value Allowed object is IdType

public void setTxnNum (String value)

Sets the value of the txnNum property.

Parameters
value Allowed object is String

public void setTxnType (TxnTypeEnum value)

Sets the value of the txnType property.

Parameters
value Allowed object is TxnTypeEnum