public class AmountsReqType extends Object
Java class for AmountsReqType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountsReqType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Currency" use="required" type="{}ISOCurrency3A" />
<attribute name="RequestedAmount" type="{}SimpleAmountType" />
<attribute name="CashBackAmount" type="{}SimpleAmountType" />
<attribute name="TipAmount" type="{}SimpleAmountType" />
<attribute name="PaidAmount" type="{}SimpleAmountType" />
<attribute name="MinimumAmountToDeliver" type="{}SimpleAmountType" />
<attribute name="MaximumCashBackAmount" type="{}SimpleAmountType" />
<attribute name="MinimumSplitAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
cashBackAmount |
protected String |
currency |
protected BigDecimal |
maximumCashBackAmount |
protected BigDecimal |
minimumAmountToDeliver |
protected BigDecimal |
minimumSplitAmount |
protected BigDecimal |
paidAmount |
protected BigDecimal |
requestedAmount |
protected BigDecimal |
tipAmount |
| Constructor and Description |
|---|
AmountsReqType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getCashBackAmount()
Gets the value of the cashBackAmount property.
|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getMaximumCashBackAmount()
Gets the value of the maximumCashBackAmount property.
|
BigDecimal |
getMinimumAmountToDeliver()
Gets the value of the minimumAmountToDeliver property.
|
BigDecimal |
getMinimumSplitAmount()
Gets the value of the minimumSplitAmount property.
|
BigDecimal |
getPaidAmount()
Gets the value of the paidAmount property.
|
BigDecimal |
getRequestedAmount()
Gets the value of the requestedAmount property.
|
BigDecimal |
getTipAmount()
Gets the value of the tipAmount property.
|
void |
setCashBackAmount(BigDecimal value)
Sets the value of the cashBackAmount property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setMaximumCashBackAmount(BigDecimal value)
Sets the value of the maximumCashBackAmount property.
|
void |
setMinimumAmountToDeliver(BigDecimal value)
Sets the value of the minimumAmountToDeliver property.
|
void |
setMinimumSplitAmount(BigDecimal value)
Sets the value of the minimumSplitAmount property.
|
void |
setPaidAmount(BigDecimal value)
Sets the value of the paidAmount property.
|
void |
setRequestedAmount(BigDecimal value)
Sets the value of the requestedAmount property.
|
void |
setTipAmount(BigDecimal value)
Sets the value of the tipAmount property.
|
protected String currency
protected BigDecimal requestedAmount
protected BigDecimal cashBackAmount
protected BigDecimal tipAmount
protected BigDecimal paidAmount
protected BigDecimal minimumAmountToDeliver
protected BigDecimal maximumCashBackAmount
protected BigDecimal minimumSplitAmount
public String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic BigDecimal getRequestedAmount()
BigDecimalpublic void setRequestedAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getCashBackAmount()
BigDecimalpublic void setCashBackAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTipAmount()
BigDecimalpublic void setTipAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getPaidAmount()
BigDecimalpublic void setPaidAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMinimumAmountToDeliver()
BigDecimalpublic void setMinimumAmountToDeliver(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMaximumCashBackAmount()
BigDecimalpublic void setMaximumCashBackAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getMinimumSplitAmount()
BigDecimalpublic void setMinimumSplitAmount(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.