| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractResponseType | |
| ↳ | ebay.api.paypalapi.RefundTransactionResponseType | |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| feeRefundAmount | |||||||||||
| grossRefundAmount | |||||||||||
| netRefundAmount | |||||||||||
| refundTransactionID | |||||||||||
| totalRefundedAmount | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the feeRefundAmount property.
| |||||||||||
Gets the value of the grossRefundAmount property.
| |||||||||||
Gets the value of the netRefundAmount property.
| |||||||||||
Gets the value of the refundTransactionID property.
| |||||||||||
Gets the value of the totalRefundedAmount property.
| |||||||||||
Sets the value of the feeRefundAmount property.
| |||||||||||
Sets the value of the grossRefundAmount property.
| |||||||||||
Sets the value of the netRefundAmount property.
| |||||||||||
Sets the value of the refundTransactionID property.
| |||||||||||
Sets the value of the totalRefundedAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractResponseType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the feeRefundAmount property.
BasicAmountType
Gets the value of the grossRefundAmount property.
BasicAmountType
Gets the value of the netRefundAmount property.
BasicAmountType
Gets the value of the refundTransactionID property.
<String>
Gets the value of the totalRefundedAmount property.
BasicAmountType
Sets the value of the feeRefundAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the grossRefundAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the netRefundAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the refundTransactionID property.
| value | Allowed object is
JAXBElement<String>
|
|---|
Sets the value of the totalRefundedAmount property.
| value | Allowed object is
BasicAmountType
|
|---|