productType property

String? productType
getter/setter pair

Specifies the type of the product.

Output only. Possible string values are:

  • "PRODUCT_TYPE_UNSPECIFIED" : Unspecified. It's reserved as an unexpected value, should not be used.
  • "PRODUCT_TYPE_SUBSCRIPTION" : The product is a subscription.
  • "PRODUCT_TYPE_BUNDLE_SUBSCRIPTION" : The product is a bundled subscription plan, which includes multiple subscription elements.

Implementation

core.String? productType;