SavingsPlansSavings class
The amount of savings you're accumulating, against the public On-Demand rate of the usage accrued in an account.
Constructors
- SavingsPlansSavings({String? netSavings, String? onDemandCostEquivalent})
-
SavingsPlansSavings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- netSavings → String?
-
The savings amount that you are accumulating for the usage that is covered
by a Savings Plans, when compared to the On-Demand equivalent of the same
usage.
final
- onDemandCostEquivalent → String?
-
How much the amount that the usage would have cost if it was accrued at the
On-Demand rate.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited