Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedCancelExpressCheckout

A user clicks on cancel express checkout button

This schema describes events sent to Segment from ClickedCancelExpressCheckout

example
 {
   action: "clickedCancelExpressCheckout",
   context_page_owner_type: "ordersShipping",
   context_page_owner_id: "b0ac7b78-ee9b-4fa8-b0ca-b726169db217",
   flow: "Buy now" | "Make offer" | "Partner offer"
   credit_card_wallet_type: "applePay" | "googlePay"
 }

Hierarchy

  • ClickedCancelExpressCheckout

Index

Properties

action

action: clickedCancelExpressCheckout

context_page_owner_id

context_page_owner_id: string

context_page_owner_type

context_page_owner_type: OwnerType

credit_card_wallet_type

credit_card_wallet_type: string

flow

flow: string

Generated using TypeDoc