public static class RideEstimate.Fare
extends java.lang.Object
| Constructor and Description |
|---|
Fare() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyCode()
ISO 4217 currency code.
|
java.lang.String |
getDisplay()
A String representing the fare, should be used to communicate to the user.
|
java.lang.Long |
getExpiresAt()
The UNIX time this fare expires at, if after this a new fare should be generated.
|
java.lang.String |
getFareId()
The unique identifier of this fare for a user.
|
java.math.BigDecimal |
getValue()
The cost of this fare, to be paired with the currency code.
|
public java.lang.String getDisplay()
@Nullable public java.lang.String getFareId()
@Nullable public java.lang.String getCurrencyCode()
@Nullable public java.lang.Long getExpiresAt()
@Nullable public java.math.BigDecimal getValue()