public class RefundTransactionResponseType extends AbstractResponseType
Java class for RefundTransactionResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundTransactionResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="RefundTransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId" minOccurs="0"/> <element name="NetRefundAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="FeeRefundAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="GrossRefundAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element name="TotalRefundedAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/> <element ref="{urn:ebay:apis:eBLBaseComponents}RefundInfo" minOccurs="0"/> <element name="ReceiptData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="MsgSubID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BasicAmountType |
feeRefundAmount |
protected BasicAmountType |
grossRefundAmount |
protected java.lang.String |
msgSubID |
protected BasicAmountType |
netRefundAmount |
protected java.lang.String |
receiptData |
protected RefundInfoType |
refundInfo |
protected javax.xml.bind.JAXBElement<java.lang.String> |
refundTransactionID |
protected BasicAmountType |
totalRefundedAmount |
ack, any, build, correlationID, errors, timestamp, version
Constructor and Description |
---|
RefundTransactionResponseType() |
Modifier and Type | Method and Description |
---|---|
BasicAmountType |
getFeeRefundAmount()
Gets the value of the feeRefundAmount property.
|
BasicAmountType |
getGrossRefundAmount()
Gets the value of the grossRefundAmount property.
|
java.lang.String |
getMsgSubID()
Gets the value of the msgSubID property.
|
BasicAmountType |
getNetRefundAmount()
Gets the value of the netRefundAmount property.
|
java.lang.String |
getReceiptData()
Gets the value of the receiptData property.
|
RefundInfoType |
getRefundInfo()
Contains Refund Payment status information.
|
javax.xml.bind.JAXBElement<java.lang.String> |
getRefundTransactionID()
Gets the value of the refundTransactionID property.
|
BasicAmountType |
getTotalRefundedAmount()
Gets the value of the totalRefundedAmount property.
|
void |
setFeeRefundAmount(BasicAmountType value)
Sets the value of the feeRefundAmount property.
|
void |
setGrossRefundAmount(BasicAmountType value)
Sets the value of the grossRefundAmount property.
|
void |
setMsgSubID(java.lang.String value)
Sets the value of the msgSubID property.
|
void |
setNetRefundAmount(BasicAmountType value)
Sets the value of the netRefundAmount property.
|
void |
setReceiptData(java.lang.String value)
Sets the value of the receiptData property.
|
void |
setRefundInfo(RefundInfoType value)
Sets the value of the refundInfo property.
|
void |
setRefundTransactionID(javax.xml.bind.JAXBElement<java.lang.String> value)
Sets the value of the refundTransactionID property.
|
void |
setTotalRefundedAmount(BasicAmountType value)
Sets the value of the totalRefundedAmount property.
|
getAck, getAny, getBuild, getCorrelationID, getErrors, getTimestamp, getVersion, setAck, setAny, setBuild, setCorrelationID, setTimestamp, setVersion
protected javax.xml.bind.JAXBElement<java.lang.String> refundTransactionID
protected BasicAmountType netRefundAmount
protected BasicAmountType feeRefundAmount
protected BasicAmountType grossRefundAmount
protected BasicAmountType totalRefundedAmount
protected RefundInfoType refundInfo
protected java.lang.String receiptData
protected java.lang.String msgSubID
public javax.xml.bind.JAXBElement<java.lang.String> getRefundTransactionID()
JAXBElement
<
String
>
public void setRefundTransactionID(javax.xml.bind.JAXBElement<java.lang.String> value)
value
- the value
allowed object is
JAXBElement
<
String
>
public BasicAmountType getNetRefundAmount()
BasicAmountType
public void setNetRefundAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getFeeRefundAmount()
BasicAmountType
public void setFeeRefundAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getGrossRefundAmount()
BasicAmountType
public void setGrossRefundAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTotalRefundedAmount()
BasicAmountType
public void setTotalRefundedAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public RefundInfoType getRefundInfo()
RefundInfoType
public void setRefundInfo(RefundInfoType value)
value
- the value
allowed object is
RefundInfoType
public java.lang.String getReceiptData()
String
public void setReceiptData(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getMsgSubID()
String
public void setMsgSubID(java.lang.String value)
value
- the value
allowed object is
String
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.