public final class ExtraFee extends AmountModificator
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
currency |
| Constructor and Description |
|---|
ExtraFee(AmountModificatorType type,
java.math.BigDecimal value,
java.lang.String currency)
Instantiates a new Extra fee.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrency()
Gets currency.
|
getNormalizedValue, getType, getValuepublic ExtraFee(AmountModificatorType type, java.math.BigDecimal value, java.lang.String currency)
type - the typevalue - the valuecurrency - the currency