subscriptions

package
v0.5.1 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 SubscriptionsCmd = &cobra.Command{
	Use:   "subscriptions",
	Short: "Manage subscriptions",
	Long: `Manage subscription products and base plans.

Subscriptions provide recurring billing for your app's premium features
or content. Each subscription can have multiple base plans with different
billing periods and pricing.`,
}

Functions

This section is empty.

Types

type SubscriptionInfo

type SubscriptionInfo struct {
	ProductID   string `json:"product_id"`
	BasePlans   int    `json:"base_plans"`
	PackageName string `json:"package_name,omitempty"`
}

SubscriptionInfo represents subscription information

Jump to

Keyboard shortcuts

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