public class ReversalRequest extends Object
Java class for ReversalRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReversalRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalPOITransaction" type="{}OriginalPOITransaction"/>
<element name="CustomerOrderID" type="{}CustomerOrder" minOccurs="0"/>
</sequence>
<attribute name="SaleReferenceID" type="{}SaleReferenceID" />
<attribute name="ReversalReason" use="required" type="{}ReversalReasonType" />
<attribute name="ReversedAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerOrder |
customerOrderID
The Customer order id.
|
protected OriginalPOITransaction |
originalPOITransaction
The Original poi transaction.
|
protected ReversalReasonType |
reversalReason
The Reversal reason.
|
protected BigDecimal |
reversedAmount
The Reversed amount.
|
protected SaleData |
saleData
The Sale data.
|
protected String |
saleReferenceID
The Sale reference id.
|
| Constructor and Description |
|---|
ReversalRequest() |
| Modifier and Type | Method and Description |
|---|---|
CustomerOrder |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
OriginalPOITransaction |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
ReversalReasonType |
getReversalReason()
Gets the value of the reversalReason property.
|
BigDecimal |
getReversedAmount()
Gets the value of the reversedAmount property.
|
SaleData |
getSaleData()
Gets the value of the saleData property.
|
String |
getSaleReferenceID()
Gets the value of the saleReferenceID property.
|
void |
setCustomerOrderID(CustomerOrder value)
Sets the value of the customerOrderID property.
|
void |
setOriginalPOITransaction(OriginalPOITransaction value)
Sets the value of the originalPOITransaction property.
|
void |
setReversalReason(ReversalReasonType value)
Sets the value of the reversalReason property.
|
void |
setReversedAmount(BigDecimal value)
Sets the value of the reversedAmount property.
|
void |
setSaleData(SaleData value)
Sets the value of the saleData property.
|
void |
setSaleReferenceID(String value)
Sets the value of the saleReferenceID property.
|
protected OriginalPOITransaction originalPOITransaction
protected CustomerOrder customerOrderID
protected String saleReferenceID
protected ReversalReasonType reversalReason
protected BigDecimal reversedAmount
protected SaleData saleData
public OriginalPOITransaction getOriginalPOITransaction()
OriginalPOITransactionpublic void setOriginalPOITransaction(OriginalPOITransaction value)
value - allowed object is OriginalPOITransactionpublic CustomerOrder getCustomerOrderID()
CustomerOrderpublic void setCustomerOrderID(CustomerOrder value)
value - allowed object is CustomerOrderpublic String getSaleReferenceID()
Stringpublic void setSaleReferenceID(String value)
value - allowed object is Stringpublic ReversalReasonType getReversalReason()
ReversalReasonTypepublic void setReversalReason(ReversalReasonType value)
value - allowed object is ReversalReasonTypepublic BigDecimal getReversedAmount()
BigDecimalpublic void setReversedAmount(BigDecimal value)
value - allowed object is BigDecimalpublic SaleData getSaleData()
SaleDataCopyright © 2022. All rights reserved.