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