products

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Mar 7, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ProductsCmd = &cobra.Command{
	Use:   "products",
	Short: "Manage in-app products (one-time purchases)",
	Long: `Manage in-app products (one-time purchases).

One-time products are items that users can purchase within your app,
such as virtual goods, premium features, or consumable items.

Uses the new Monetization API (monetization.onetimeproducts).`,
}

Functions

This section is empty.

Types

type ProductInfo

type ProductInfo struct {
	ProductID   string `json:"product_id"`
	Title       string `json:"title,omitempty"`
	Description string `json:"description,omitempty"`
}

ProductInfo represents product information

Jump to

Keyboard shortcuts

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