public class AmountsRespType extends Object
Java class for AmountsRespType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountsRespType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Currency" type="{}ISOCurrency3A" />
<attribute name="AuthorizedAmount" use="required" type="{}SimpleAmountType" />
<attribute name="TotalRebatesAmount" type="{}SimpleAmountType" />
<attribute name="TotalFeesAmount" type="{}SimpleAmountType" />
<attribute name="CashBackAmount" type="{}SimpleAmountType" />
<attribute name="TipAmount" type="{}SimpleAmountType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
authorizedAmount |
protected BigDecimal |
cashBackAmount |
protected String |
currency |
protected BigDecimal |
tipAmount |
protected BigDecimal |
totalFeesAmount |
protected BigDecimal |
totalRebatesAmount |
| Constructor and Description |
|---|
AmountsRespType() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getAuthorizedAmount()
Gets the value of the authorizedAmount property.
|
BigDecimal |
getCashBackAmount()
Gets the value of the cashBackAmount property.
|
String |
getCurrency()
Gets the value of the currency property.
|
BigDecimal |
getTipAmount()
Gets the value of the tipAmount property.
|
BigDecimal |
getTotalFeesAmount()
Gets the value of the totalFeesAmount property.
|
BigDecimal |
getTotalRebatesAmount()
Gets the value of the totalRebatesAmount property.
|
void |
setAuthorizedAmount(BigDecimal value)
Sets the value of the authorizedAmount property.
|
void |
setCashBackAmount(BigDecimal value)
Sets the value of the cashBackAmount property.
|
void |
setCurrency(String value)
Sets the value of the currency property.
|
void |
setTipAmount(BigDecimal value)
Sets the value of the tipAmount property.
|
void |
setTotalFeesAmount(BigDecimal value)
Sets the value of the totalFeesAmount property.
|
void |
setTotalRebatesAmount(BigDecimal value)
Sets the value of the totalRebatesAmount property.
|
protected String currency
protected BigDecimal authorizedAmount
protected BigDecimal totalRebatesAmount
protected BigDecimal totalFeesAmount
protected BigDecimal cashBackAmount
protected BigDecimal tipAmount
public String getCurrency()
Stringpublic void setCurrency(String value)
value - allowed object is
Stringpublic BigDecimal getAuthorizedAmount()
BigDecimalpublic void setAuthorizedAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTotalRebatesAmount()
BigDecimalpublic void setTotalRebatesAmount(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getTotalFeesAmount()
BigDecimalpublic void setTotalFeesAmount(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
BigDecimalCopyright © 2018. All rights reserved.