public interface FormattedMonetaryAmountInputDataBean
extends com.ibm.commerce.beans.InputDataBean
| Modifier and Type | Method and Description |
|---|---|
void |
setAmount(java.math.BigDecimal newAmount)
Sets the value of the monetary amount.
|
void |
setCurrency(java.lang.String newCurrency)
Sets the monetary currency.
|
void setAmount(java.math.BigDecimal newAmount)
newAmount - monetary value.void setCurrency(java.lang.String newCurrency)
newCurrency - monetary currency.