description:Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles.
description:
type:string
description:Description of product.
display_name:
type:string
description:Display name of product.
capacity:
type:string
description:Capacity of product. For example, 4 people.
image:
type:string
description:Image URL representing the product.
PriceEstimate:
type:object
properties:
product_id:
type:string
description:Unique identifier representing a specific product for a given latitude & longitude. For example, uberX in San Francisco will have a different product_id than uberX in Los Angeles
description:Formatted string of estimate in local currency of the start location. Estimate could be a range, a single number (flat rate) or "Metered" for TAXI.
low_estimate:
type:number
description:Lower bound of the estimated price.
high_estimate:
type:number
description:Upper bound of the estimated price.
surge_multiplier:
type:number
description:Expected surge multiplier. Surge is active if surge_multiplier is greater than 1. Price estimate already factors in the surge multiplier.
Profile:
type:object
properties:
first_name:
type:string
description:First name of the Uber user.
last_name:
type:string
description:Last name of the Uber user.
email:
type:string
description:Email address of the Uber user
picture:
type:string
description:Image URL of the Uber user.
promo_code:
type:string
description:Promo code of the Uber user.
Activity:
type:object
properties:
uuid:
type:string
description:Unique identifier for the activity
Activities:
type:object
properties:
offset:
type:integer
format:int32
description:Position in pagination.
limit:
type:integer
format:int32
description:Number of items to retrieve (100 max).