You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param quantity Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item.
16
12
* @param discount
17
13
*/
18
-
@Serializable(ObjectData.Companion::class)
14
+
@Serializable
19
15
publicdata classObjectData(
20
-
21
-
/** Unique identifier for a search query, used to track purchase events with multiple records that originate from different searches. */
/** Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item. */
23
+
/**
24
+
* Quantity of a product that has been purchased or added to the cart. The total purchase value is the sum of `quantity` multiplied with the `price` for each purchased item.
0 commit comments