SubscriptionOfferPhase class
A single phase of a subscription offer.
Constructors
-
SubscriptionOfferPhase({String? duration, OtherRegionsSubscriptionOfferPhaseConfig? otherRegionsConfig, int? recurrenceCount, List<
RegionalSubscriptionOfferPhaseConfig> ? regionalConfigs}) - SubscriptionOfferPhase.fromJson(Map json_)
Properties
- duration ↔ String?
-
The duration of a single recurrence of this phase.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- otherRegionsConfig ↔ OtherRegionsSubscriptionOfferPhaseConfig?
-
Pricing information for any new locations Play may launch in.
getter/setter pair
- recurrenceCount ↔ int?
-
The number of times this phase repeats.
getter/setter pair
-
regionalConfigs
↔ List<
RegionalSubscriptionOfferPhaseConfig> ? -
The region-specific configuration of this offer phase.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited