Interface Offer

Represents a purchase offer for a product

Hierarchy

  • Offer

Properties

id: string

Unique identifier for the offer

offerType: "Subscription" | "Default"

Type of offer

platform: string

Platform identifier (e.g., 'stripe', 'google', 'apple')

pricingPhases: PricingPhase[]

Array of pricing phases that make up this offer

Generated using TypeDoc