subscriptionType property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? subscriptionType
getter/setter pair

DEPRECATED: This will eventually be replaced by BillingType.

Subscription type of the Apigee organization. Valid values include trial (free, limited, and for evaluation purposes only) or paid (full subscription has been purchased). See Apigee pricing.

Output only. Possible string values are:

  • "SUBSCRIPTION_TYPE_UNSPECIFIED" : Subscription type not specified.
  • "PAID" : Full subscription to Apigee has been purchased.
  • "TRIAL" : Subscription to Apigee is free, limited, and used for evaluation purposes only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? subscriptionType;