public class ReversalRequestType extends Object
Java class for ReversalRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReversalRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OriginalPOITransaction" type="{}OriginalPOITransactionType"/>
<element name="CustomerOrderID" type="{}CustomerOrderType" minOccurs="0"/>
</sequence>
<attribute name="SaleReferenceID" type="{}SaleReferenceIDType" />
<attribute name="ReversalReason" use="required" type="{}ReversalReasonTypeCode" />
<attribute name="ReversedAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CustomerOrderType |
customerOrderID |
protected OriginalPOITransactionType |
originalPOITransaction |
protected String |
reversalReason |
protected BigDecimal |
reversedAmount |
protected String |
saleReferenceID |
| Constructor and Description |
|---|
ReversalRequestType() |
| Modifier and Type | Method and Description |
|---|---|
CustomerOrderType |
getCustomerOrderID()
Gets the value of the customerOrderID property.
|
OriginalPOITransactionType |
getOriginalPOITransaction()
Gets the value of the originalPOITransaction property.
|
String |
getReversalReason()
Gets the value of the reversalReason property.
|
BigDecimal |
getReversedAmount()
Gets the value of the reversedAmount property.
|
String |
getSaleReferenceID()
Gets the value of the saleReferenceID property.
|
void |
setCustomerOrderID(CustomerOrderType value)
Sets the value of the customerOrderID property.
|
void |
setOriginalPOITransaction(OriginalPOITransactionType value)
Sets the value of the originalPOITransaction property.
|
void |
setReversalReason(String value)
Sets the value of the reversalReason property.
|
void |
setReversedAmount(BigDecimal value)
Sets the value of the reversedAmount property.
|
void |
setSaleReferenceID(String value)
Sets the value of the saleReferenceID property.
|
protected OriginalPOITransactionType originalPOITransaction
protected CustomerOrderType customerOrderID
protected String saleReferenceID
protected String reversalReason
protected BigDecimal reversedAmount
public OriginalPOITransactionType getOriginalPOITransaction()
OriginalPOITransactionTypepublic void setOriginalPOITransaction(OriginalPOITransactionType value)
value - allowed object is
OriginalPOITransactionTypepublic CustomerOrderType getCustomerOrderID()
CustomerOrderTypepublic void setCustomerOrderID(CustomerOrderType value)
value - allowed object is
CustomerOrderTypepublic String getSaleReferenceID()
Stringpublic void setSaleReferenceID(String value)
value - allowed object is
Stringpublic String getReversalReason()
Stringpublic void setReversalReason(String value)
value - allowed object is
Stringpublic BigDecimal getReversedAmount()
BigDecimalpublic void setReversedAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.