subscriptionType property

String? subscriptionType
getter/setter pair

The type of the external subscription.

Required. Possible string values are:

  • "SUBSCRIPTION_TYPE_UNSPECIFIED" : Unspecified, do not use.
  • "RECURRING" : This is a recurring subscription where the user is charged every billing cycle.
  • "PREPAID" : This is a prepaid subscription where the user pays up front.

Implementation

core.String? subscriptionType;