offerPhase property

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

Deprecated: Use offer_phase_details instead.

The pricing phase for the billing period funded by this order. Possible string values are:

  • "OFFER_PHASE_UNSPECIFIED" : Offer phase unspecified. This value is not used.
  • "BASE" : The order funds a base price period.
  • "INTRODUCTORY" : The order funds an introductory pricing period.
  • "FREE_TRIAL" : The order funds a free trial period.

Implementation

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