Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedCounterOfferOption

A user clicks a counter offer option on the counter offer page

This schema describes events sent to Segment from ClickedCounterOfferOption

example
 {
   action: "clickedCounterOfferOption",
   context_module: "ordersCounter",
   context_page_owner_type: "orders-respond",
   context_page_owner_id: "dd0cbbb5-300b-4c49-92a1-fed55b077fa9",
   option: "accept" | "counter" | "decline",
   amount?: 2000,
   currency?: "USD"
 }

Hierarchy

  • ClickedCounterOfferOption

Index

Properties

action

action: clickedCounterOfferOption

Optional amount

amount: undefined | number

context_module

context_module: ContextModule

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: PageOwnerType

Optional currency

currency: undefined | string

option

option: "accept" | "counter" | "decline"

Generated using TypeDoc