PromotionType
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003ePROMOTION_TYPE_UNSPECIFIED\u003c/code\u003e is a default value and represents an unspecified promotion type.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePROMOTION_TYPE\u003c/code\u003e enum defines the nature of a promotion, like whether it's a free trial (\u003ccode\u003ePROMOTION_TYPE_FREE_TRIAL\u003c/code\u003e) or special pricing (\u003ccode\u003ePROMOTION_TYPE_INTRODUCTORY_PRICING\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can leverage the \u003ccode\u003ePROMOTION_TYPE\u003c/code\u003e enum to easily differentiate and handle different kinds of promotional offers.\u003c/p\u003e\n"]]],["The core content defines the different types of promotions. These include `PROMOTION_TYPE_UNSPECIFIED`, which indicates an undefined promotion type; `PROMOTION_TYPE_FREE_TRIAL`, representing a free trial promotion; and `PROMOTION_TYPE_INTRODUCTORY_PRICING`, denoting a promotion with reduced introductory pricing. Each enum value represents a distinct category of promotional offer.\n"],null,["# PromotionType\n\nThe type of promotion.\n\n| Enums ||\n|---------------------------------------|--------------------------------------------------|\n| `PROMOTION_TYPE_UNSPECIFIED` | The promotion type is unspecified. |\n| `PROMOTION_TYPE_FREE_TRIAL` | The promotion is a free trial. |\n| `PROMOTION_TYPE_INTRODUCTORY_PRICING` | The promotion is a reduced introductory pricing. |"]]