partnerPlanType property

String? partnerPlanType
getter/setter pair

Specifies the plan type offered to the end user by the partner.

Optional. Possible string values are:

  • "PARTNER_PLAN_TYPE_UNSPECIFIED" : Unspecified. Should not use, reserved as an invalid value.
  • "PARTNER_PLAN_TYPE_STANDALONE" : This item is offered as a standalone product to the user.
  • "PARTNER_PLAN_TYPE_HARD_BUNDLE" : This item is bundled with another partner offering, the item is provisioned at purchase time.
  • "PARTNER_PLAN_TYPE_SOFT_BUNDLE" : This item is bundled with another partner offering, the item is provisioned after puchase, when the user opts in this Google service.

Implementation

core.String? partnerPlanType;