PricingPhase class
Properties
-
billingCycleCount
→ int?
-
Number of cycles for which the pricing phase applies.
Null for infiniteRecurring or finiteRecurring recurrence modes.
final
-
billingPeriod
→ Period?
-
Billing period for which the PricingPhase applies
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
offerPaymentMode
→ OfferPaymentMode?
-
Indicates how the pricing phase is charged for finiteRecurring pricing phases
final
-
price
→ Price
-
Price of the PricingPhase
final
-
props
→ List<Object?>
-
The list of properties that will be used to determine whether
two instances are equal.
no setter
-
recurrenceMode
→ RecurrenceMode?
-
Recurrence mode of the PricingPhase
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
stringify
→ bool?
-
If set to
true
, the toString
method will be overridden to output
this instance's props
.
no setterinherited
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited