SkuType
The type of SKU, like "inapp" or "subscription".
Enums |
SKU_TYPE_UNSPECIFIED |
Unspecified type. |
SKU_TYPE_IN_APP |
In-app purchase |
SKU_TYPE_SUBSCRIPTION |
Subscriptions |
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-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["`SKU_TYPE` is an enum used to define the type of SKU, such as \"inapp\" for in-app purchases or \"subscription\" for subscription products."],["This enum includes three values: `SKU_TYPE_UNSPECIFIED`, `SKU_TYPE_IN_APP`, and `SKU_TYPE_SUBSCRIPTION`, with `SKU_TYPE_UNSPECIFIED` being the default for unknown or unspecified types."]]],["The core content defines different SKU types used for digital purchases. There are three SKU types: `SKU_TYPE_UNSPECIFIED`, which indicates an unspecified type; `SKU_TYPE_IN_APP`, representing in-app purchases; and `SKU_TYPE_SUBSCRIPTION`, signifying subscriptions. These enums categorize the various kinds of digital goods and services available for purchase within an application, providing a clear way to distinguish between one-time and recurring purchase models.\n"]]