Objects
UberEatsActivityMetadata
No description
Fields
subject[Identifier]
List of identifiers associated with the activity’s subject.
date
Date
Date indicating when the order was made.
restaurant
String!
The name of the restaurant that handled the order.
restaurantCity
String!
The city where the restaurant is located.
currency
String!
The currency the order was priced in.
totalPrice
Float!
The total amount spent on this order.
statusUberEatsOrderStatus!
Enum indicating the status of the order
items[UberEatsOrderItem]!
List of items ordered.
Interfaces
ActivityMetadata
interface