originalOfferPhase property
Represent the original offer phase from the purchased the line item if the proration period contains any of them.
For example, a proration period from CHARGE_FULL_PRICE plan change may merge the 1st offer phase of the subscription offer of the new product user purchased. In this case, the original offer phase will be set here. 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? originalOfferPhase;