offerPhase property

String? offerPhase
getter/setter pair

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.String? offerPhase;