type property

String? type
getter/setter pair

The type of the promotion for the spec.

Output only. Possible string values are:

  • "PROMOTION_TYPE_UNSPECIFIED" : The promotion type is unspecified.
  • "PROMOTION_TYPE_FREE_TRIAL" : The promotion is a free trial.
  • "PROMOTION_TYPE_INTRODUCTORY_PRICING" : The promotion is a reduced introductory pricing.

Implementation

core.String? type;