| java.lang.Object | ||
| ↳ | ebay.apis.eblbasecomponents.AbstractRequestType | |
| ↳ | ebay.api.paypalapi.RefundTransactionRequestType | |
Java class for RefundTransactionRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RefundTransactionRequestType">
<complexContent>
<extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType">
<sequence>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RefundType" type="{urn:ebay:apis:eBLBaseComponents}RefundType" minOccurs="0"/>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RetryUntil" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RefundSource" type="{urn:ebay:apis:eBLBaseComponents}RefundSourceCodeType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| invoiceID | |||||||||||
| memo | |||||||||||
| refundSource | |||||||||||
| refundType | |||||||||||
| retryUntil | |||||||||||
| transactionID | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the memo property.
| |||||||||||
Gets the value of the refundSource property.
| |||||||||||
Gets the value of the refundType property.
| |||||||||||
Gets the value of the retryUntil property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the memo property.
| |||||||||||
Sets the value of the refundSource property.
| |||||||||||
Sets the value of the refundType property.
| |||||||||||
Sets the value of the retryUntil property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
ebay.apis.eblbasecomponents.AbstractRequestType
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the invoiceID property.
Gets the value of the memo property.
Gets the value of the refundSource property.
RefundSourceCodeType
Gets the value of the refundType property.
RefundType
Gets the value of the retryUntil property.
Gets the value of the transactionID property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the memo property.
| value | Allowed object is String |
|---|
Sets the value of the refundSource property.
| value | Allowed object is
RefundSourceCodeType
|
|---|
Sets the value of the refundType property.
| value | Allowed object is
RefundType
|
|---|
Sets the value of the retryUntil property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|