params

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 17, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TracifyAddToCart

type TracifyAddToCart[I any] struct {
	Currency iso4217.Currency `json:"currency,omitempty"`
	Value    float64          `json:"value,omitempty"`
	Items    []I              `json:"items,omitempty"`
}

type TracifyConversion

type TracifyConversion struct {
	Currency     iso4217.Currency `json:"currency,omitempty"`
	Value        float64          `json:"value,omitempty"`
	ConversionID string           `json:"conversion_id,omitempty"`
}

type TracifyPageView

type TracifyPageView struct {
	PageLocation string `json:"page_location,omitempty"`
}

type TracifyProductView

type TracifyProductView struct {
	PageLocation string `json:"page_location,omitempty"`
}

type TracifyPurchase

type TracifyPurchase[I any] struct {
	Currency      iso4217.Currency `json:"currency,omitempty"`
	Value         float64          `json:"value,omitempty"`
	TransactionID string           `json:"transaction_id,omitempty"`
	Items         []I              `json:"items,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL