phases property

List<SubscriptionOfferPhase>? phases
getter/setter pair

The phases of this subscription offer.

Must contain at least one and at most two entries. Users will always receive all these phases in the specified order.

Required.

Implementation

core.List<SubscriptionOfferPhase>? phases;