Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ToggledCollapsibleOrderSummary

A user toggles the collapsible order summary during checkout

This schema describes events sent to Segment from [[toggledCollapsibleOrderSummary]]

example
 {
   action: "toggledCollapsibleOrderSummary",
   flow: "Buy now" | "Make offer" | "Partner offer"
   context_page_owner_type: "orders-checkout",
   context_page_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b"
   expanded: true | false
 }

Hierarchy

  • ToggledCollapsibleOrderSummary

Index

Properties

action

action: toggledCollapsibleOrderSummary

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

expanded

expanded: boolean

flow

flow: string

Generated using TypeDoc