public class AmountsReq extends Object
Java class for AmountsReq complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountsReq">
<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
The Cash back amount.
|
protected String |
currency
The Currency.
|
protected BigDecimal |
maximumCashBackAmount
The Maximum cash back amount.
|
protected BigDecimal |
minimumAmountToDeliver
The Minimum amount to deliver.
|
protected BigDecimal |
minimumSplitAmount
The Minimum split amount.
|
protected BigDecimal |
paidAmount
The Paid amount.
|
protected BigDecimal |
requestedAmount
The Requested amount.
|
protected BigDecimal |
tipAmount
The Tip amount.
|
| Constructor and Description |
|---|
AmountsReq() |
| 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 © 2022. All rights reserved.