Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TappedImportFees

User clicks on additional duties and taxes may apply at import

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

example
 {
   action: "tappedImportFees",
   context_module: "OrdersDetail",
   context_screen_owner_type: "orders-detail",
   context_screen_owner_id: "57e60c68-a198-431e-8a02-6ecb01e3a99b",
   destination_screen_owner_type: "articles",
   destination_screen_owner_slug: "How-are-taxes-and-customs-fees-calculated"
   flow: "Buy now" | "Make offer" | "Partner offer"
 }

Hierarchy

  • TappedImportFees

Index

Properties

action

action: tappedImportFees

context_module

context_module: ContextModule

context_screen_owner_id

context_screen_owner_id: string

context_screen_owner_type

context_screen_owner_type: ScreenOwnerType

destination_screen_owner_slug

destination_screen_owner_slug: string

destination_screen_owner_type

destination_screen_owner_type: ScreenOwnerType

flow

flow: string

Generated using TypeDoc