public class ReversalResponse extends Object
Java class for ReversalResponse complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReversalResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Response" type="{}Response"/>
<element name="POIData" type="{}POIData" minOccurs="0"/>
<element name="OriginalPOITransaction" type="{}OriginalPOITransaction" minOccurs="0"/>
<element name="PaymentReceipt" type="{}PaymentReceipt" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="ReversedAmount" type="{}SimpleAmountType" />
<attribute name="CustomerOrderID" type="{}CustomerOrderID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
customerOrderID
The Customer order id.
|
protected OriginalPOITransaction |
originalPOITransaction
The Original poi transaction.
|
protected List<PaymentReceipt> |
paymentReceipt
The Payment receipt.
|
protected POIData |
poiData
The Poi data.
|
protected Response |
response
The Response.
|
protected BigDecimal |
reversedAmount
The Reversed amount.
|
| Constructor and Description |
|---|
ReversalResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
OriginalPOITransaction |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
List<PaymentReceipt> |
getPaymentReceipt()
Gets the value of the paymentReceipt property.
|
POIData |
getPOIData()
Gets the value of the poiData property.
|
Response |
getResponse()
Gets the value of the response property.
|
BigDecimal |
getReversedAmount()
Gets the value of the reversedAmount property.
|
void |
setCustomerOrderID(String value)
Sets the value of the customerOrderID property.
|
void |
setOriginalPOITransaction(OriginalPOITransaction value)
Sets the value of the originalPOITransaction property.
|
void |
setPOIData(POIData value)
Sets the value of the poiData property.
|
void |
setResponse(Response value)
Sets the value of the response property.
|
void |
setReversedAmount(BigDecimal value)
Sets the value of the reversedAmount property.
|
protected Response response
protected POIData poiData
protected OriginalPOITransaction originalPOITransaction
protected List<PaymentReceipt> paymentReceipt
protected BigDecimal reversedAmount
protected String customerOrderID
public Response getResponse()
Responsepublic void setResponse(Response value)
value - allowed object is Responsepublic POIData getPOIData()
POIDatapublic void setPOIData(POIData value)
value - allowed object is POIDatapublic OriginalPOITransaction getOriginalPOITransaction()
OriginalPOITransactionpublic void setOriginalPOITransaction(OriginalPOITransaction value)
value - allowed object is OriginalPOITransactionpublic List<PaymentReceipt> getPaymentReceipt()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paymentReceipt property.
For example, to add a new item, do as follows:
getPaymentReceipt().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentReceipt
public BigDecimal getReversedAmount()
BigDecimalpublic void setReversedAmount(BigDecimal value)
value - allowed object is BigDecimalpublic String getCustomerOrderID()
StringCopyright © 2022. All rights reserved.