Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClickedPaymentMethod

User clicks in one of the payment options on the payment pageview

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

example
 {
   action: "clickedPaymentMethod",
   flow: "Make Offer",
   context_page_owner_type: "orders-payment",
   order_id: "407dd09f-4afd-4aad-a6cc-1d6704dc2b11",
   subject: "click payment method",
   payment method: "bank transfer"
   amount: 2000,
   currency: "USD"
 }

Hierarchy

  • ClickedPaymentMethod

Index

Properties

action

action: clickedPaymentMethod

amount

amount: number

context_page_owner_type

context_page_owner_type: string

currency

currency: string

flow

flow: string

order_id

order_id: string

payment_method

payment_method: string

subject

subject: string

Generated using TypeDoc