public class PriceEstimate
extends java.lang.Object
| Constructor and Description |
|---|
PriceEstimate() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCurrencyCode()
ISO 4217 currency code.
|
java.lang.String |
getDisplayName()
Display name of product.
|
java.lang.Float |
getDistance()
Expected activity distance (in miles).
|
java.lang.Integer |
getDuration()
Expected activity duration (in seconds).
|
java.lang.String |
getEstimate()
Formatted string of estimate in local currency of the start location.
|
java.math.BigDecimal |
getHighEstimate()
Upper bound of the estimated price.
|
java.math.BigDecimal |
getLowEstimate()
Lower bound of the estimated price.
|
java.lang.String |
getProductId()
Unique identifier representing a specific product for a given latitude & longitude.
|
java.lang.Float |
getSurgeMultiplier()
Expected surge multiplier.
|
public java.lang.String getProductId()
@Nullable public java.lang.String getCurrencyCode()
public java.lang.String getDisplayName()
public java.lang.String getEstimate()
@Nullable public java.math.BigDecimal getLowEstimate()
@Nullable public java.math.BigDecimal getHighEstimate()
@Nullable public java.lang.Float getSurgeMultiplier()
@Nullable public java.lang.Integer getDuration()
@Nullable public java.lang.Float getDistance()