public class AmountsResp extends Object
Java class for AmountsResp complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AmountsResp">
<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
The Authorized amount.
|
protected BigDecimal |
cashBackAmount
The Cash back amount.
|
protected String |
currency
The Currency.
|
protected BigDecimal |
tipAmount
The Tip amount.
|
protected BigDecimal |
totalFeesAmount
The Total fees amount.
|
protected BigDecimal |
totalRebatesAmount
The Total rebates amount.
|
| Constructor and Description |
|---|
AmountsResp() |
| 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 © 2022. All rights reserved.