public class Fare
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.util.Currency |
currency
currency contains the currency indicating the currency that the amount is expressed in. |
java.math.BigDecimal |
value
value contains the total fare amount, in the currency specified in currency . |
Constructor and Description |
---|
Fare() |
public java.util.Currency currency
currency
contains the currency indicating the currency that the amount is expressed in.public java.math.BigDecimal value
value
contains the total fare amount, in the currency specified in currency
.