public static class RideEstimate.Estimate
extends java.lang.Object
| Constructor and Description |
|---|
Estimate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyCode()
ISO 4217 currency code.
|
java.lang.String |
getDisplay()
The license plate number of the vehicle.
|
java.lang.String |
getFareId()
The fare ID assigned for this estimate.
|
java.math.BigDecimal |
getHighEstimate()
Upper bound of the estimated price.
|
java.math.BigDecimal |
getLowEstimate()
Lower bound of the estimated price.
|
java.lang.Integer |
getMinimum()
The minimum price of the ride.
|
java.lang.String |
getSurgeConfirmationHref()
The URL a user must visit to accept surge pricing.
|
java.lang.String |
getSurgeConfirmationId()
The unique identifier of the surge session for a user.
|
java.lang.Float |
getSurgeMultiplier()
Expected surge multiplier.
|
@Nullable public java.lang.Integer getMinimum()
@Nullable public java.lang.String getSurgeConfirmationHref()
@Nullable public java.lang.String getSurgeConfirmationId()
@Nullable public java.lang.Float getSurgeMultiplier()
@Nullable public java.math.BigDecimal getHighEstimate()
@Nullable public java.math.BigDecimal getLowEstimate()
@Nullable public java.lang.String getDisplay()
@Nullable public java.lang.String getCurrencyCode()
@Nullable public java.lang.String getFareId()