Skip to content

Commit

Permalink
Remove optional comment
Browse files Browse the repository at this point in the history
  • Loading branch information
warmkesselj committed Jan 15, 2025
1 parent 3653334 commit 786b0d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package com.braintreepayments.api.shopperinsights
* Initializes a new PresentmentDetails instance
*
* @property type An ExperimentType that is either a control or test type
* @property buttonOrder optional Represents this buttons order in context of other buttons.
* @property pageType optional Represents the page or view the button is rendered on.
* @property buttonOrder Represents this buttons order in context of other buttons.
* @property pageType Represents the page or view the button is rendered on.
*/
data class PresentmentDetails(
val type: ExperimentType,
Expand Down

0 comments on commit 786b0d1

Please sign in to comment.