| java.lang.Object | |
| ↳ | org.mule.modules.quickbooks.windows.schema.RefundAppliedTo |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| creditRemaining | |||||||||||
| refundAmt | |||||||||||
| txnId | |||||||||||
| txnNum | |||||||||||
| txnType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the creditRemaining property.
| |||||||||||
Gets the value of the refundAmt property.
| |||||||||||
Gets the value of the txnId property.
| |||||||||||
Gets the value of the txnNum property.
| |||||||||||
Gets the value of the txnType property.
| |||||||||||
Sets the value of the creditRemaining property.
| |||||||||||
Sets the value of the refundAmt property.
| |||||||||||
Sets the value of the txnId property.
| |||||||||||
Sets the value of the txnNum property.
| |||||||||||
Sets the value of the txnType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the creditRemaining property.
Gets the value of the refundAmt property.
Gets the value of the txnNum property.
Gets the value of the txnType property.
TxnTypeEnum
Sets the value of the creditRemaining property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the refundAmt property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the txnId property.
| value | Allowed object is
IdType
|
|---|
Sets the value of the txnNum property.
| value | Allowed object is String |
|---|
Sets the value of the txnType property.
| value | Allowed object is
TxnTypeEnum
|
|---|