PricingPhase class
Contains all the details associated with a PricingPhase
- Annotations
-
- @freezed
Constructors
- PricingPhase(Period? billingPeriod, RecurrenceMode? recurrenceMode, int? billingCycleCount, Price price, OfferPaymentMode? offerPaymentMode)
-
constfactory
-
PricingPhase.fromJson(Map<
String, dynamic> json) -
factory
Properties
- billingCycleCount → int?
-
Number of cycles for which the pricing phase applies.
Null for infiniteRecurring or finiteRecurring recurrence modes.
no setterinherited
- billingPeriod → Period?
-
Billing period for which the PricingPhase applies
no setterinherited
-
copyWith
→ $PricingPhaseCopyWith<
PricingPhase> -
Create a copy of PricingPhase
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- offerPaymentMode → OfferPaymentMode?
-
Indicates how the pricing phase is charged for finiteRecurring pricing phases
no setterinherited
- price → Price
-
Price of the PricingPhase
no setterinherited
- recurrenceMode → RecurrenceMode?
-
Recurrence mode of the PricingPhase
no setterinherited
- 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> -
Serializes this PricingPhase to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited