No description

type UberEatsOrderItem {
  name: String!
  price: String!
  quantityPurchased: Int64!
  customizations: [UberEatsOrderItemCustomizations]!
}

Fields

name
String!

The name of the ordered item.

price
String!

The price per unit.

quantityPurchased
Int64!

The quantity purchased.

customizations
[UberEatsOrderItemCustomizations]!
Order customizations.

Member Of

UberEatsActivityMetadata