public class

RefundTransactionResponseType

extends AbstractResponseType
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.AbstractResponseType
     ↳ ebay.api.paypalapi.RefundTransactionResponseType

Class Overview

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"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType feeRefundAmount
protected BasicAmountType grossRefundAmount
protected BasicAmountType netRefundAmount
protected JAXBElement<String> refundTransactionID
protected BasicAmountType totalRefundedAmount
[Expand]
Inherited Fields
From class ebay.apis.eblbasecomponents.AbstractResponseType
Public Constructors
RefundTransactionResponseType()
Public Methods
BasicAmountType getFeeRefundAmount()
Gets the value of the feeRefundAmount property.
BasicAmountType getGrossRefundAmount()
Gets the value of the grossRefundAmount property.
BasicAmountType getNetRefundAmount()
Gets the value of the netRefundAmount property.
JAXBElement<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 setNetRefundAmount(BasicAmountType value)
Sets the value of the netRefundAmount property.
void setRefundTransactionID(JAXBElement<String> value)
Sets the value of the refundTransactionID property.
void setTotalRefundedAmount(BasicAmountType value)
Sets the value of the totalRefundedAmount property.
[Expand]
Inherited Methods
From class ebay.apis.eblbasecomponents.AbstractResponseType
From class java.lang.Object

Fields

protected BasicAmountType feeRefundAmount

protected BasicAmountType grossRefundAmount

protected BasicAmountType netRefundAmount

protected JAXBElement<String> refundTransactionID

protected BasicAmountType totalRefundedAmount

Public Constructors

public RefundTransactionResponseType ()

Public Methods

public BasicAmountType getFeeRefundAmount ()

Gets the value of the feeRefundAmount property.

Returns

public BasicAmountType getGrossRefundAmount ()

Gets the value of the grossRefundAmount property.

Returns

public BasicAmountType getNetRefundAmount ()

Gets the value of the netRefundAmount property.

Returns

public JAXBElement<String> getRefundTransactionID ()

Gets the value of the refundTransactionID property.

Returns
  • possible object is JAXBElement<String>

public BasicAmountType getTotalRefundedAmount ()

Gets the value of the totalRefundedAmount property.

Returns

public void setFeeRefundAmount (BasicAmountType value)

Sets the value of the feeRefundAmount property.

Parameters
value Allowed object is BasicAmountType

public void setGrossRefundAmount (BasicAmountType value)

Sets the value of the grossRefundAmount property.

Parameters
value Allowed object is BasicAmountType

public void setNetRefundAmount (BasicAmountType value)

Sets the value of the netRefundAmount property.

Parameters
value Allowed object is BasicAmountType

public void setRefundTransactionID (JAXBElement<String> value)

Sets the value of the refundTransactionID property.

Parameters
value Allowed object is JAXBElement<String>

public void setTotalRefundedAmount (BasicAmountType value)

Sets the value of the totalRefundedAmount property.

Parameters
value Allowed object is BasicAmountType