Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedExpressCheckout

A user clicks an express checkout button

This schema describes events sent to Segment from ClickedExpressCheckout

example
 {
   action: "clickedExpressCheckout",
   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

  • ClickedExpressCheckout

Index

Properties

action

action: clickedExpressCheckout

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