offers

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 OffersCmd = &cobra.Command{
	Use:   "offers",
	Short: "Manage subscription offers",
	Long: `Manage subscription offers for base plans.

Offers let you create introductory pricing, free trials, and promotional
offers for subscription base plans. Each offer has phases that define
the pricing and duration.`,
}

OffersCmd manages subscription offers

Functions

This section is empty.

Types

type OfferInfo

type OfferInfo struct {
	OfferID    string `json:"offer_id"`
	BasePlanID string `json:"base_plan_id"`
	ProductID  string `json:"product_id"`
	State      string `json:"state"`
	Phases     int    `json:"phases"`
}

OfferInfo represents offer summary information

Jump to

Keyboard shortcuts

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