Skip to content

Commit

Permalink
update doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahkoop committed Dec 16, 2024
1 parent f04e950 commit d33df2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import androidx.annotation.RestrictTo
* the experiment, as a JSON string, that the merchant sent to the us.
* @property paymentMethodsDisplayed A ShopperInsights module specific event that indicates the
* order of payment methods displayed to the shopper by the merchant.
* @property shopperSessionId A ShopperInsights session ID provided by the merchant
* @property shopperSessionId The Shopper Insights customer session ID created by a merchant's server SDK or graphQL integration.
*/
@RestrictTo(RestrictTo.Scope.LIBRARY_GROUP)
data class AnalyticsEventParams @JvmOverloads constructor(
Expand Down

0 comments on commit d33df2a

Please sign in to comment.