Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedChangePaymentMethod

A user taps to request a chage of payment method for the order/orders

This schema describes event sent to Segment from [[tappedChangePaymentMethod]]

example
 {
   action: "tappedChangePaymentMethod",
   context_module : "ordersHistory" | "paymentFailed"
   context_screen "orders-history" | "home",
   item_id: "order-id" | ""
   item_type: "order" | "orders"
 }

Hierarchy

  • TappedChangePaymentMethod

Index

Properties

action

action: tappedChangePaymentMethod

context_module

context_module: ContextModule

context_screen

context_screen: OwnerType

item_id

item_id: string

item_type

item_type: string

Generated using TypeDoc