SavingsPlansAmortizedCommitment class

The amortized amount of Savings Plans purchased in a specific account during a specific time interval.

Constructors

SavingsPlansAmortizedCommitment({String? amortizedRecurringCommitment, String? amortizedUpfrontCommitment, String? totalAmortizedCommitment})
SavingsPlansAmortizedCommitment.fromJson(Map<String, dynamic> json)
factory

Properties

amortizedRecurringCommitment String?
The amortized amount of your Savings Plans commitment that was purchased with either a Partial or a NoUpfront.
final
amortizedUpfrontCommitment String?
The amortized amount of your Savings Plans commitment that was purchased with an Upfront or PartialUpfront Savings Plans.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalAmortizedCommitment String?
The total amortized amount of your Savings Plans commitment, regardless of your Savings Plans purchase method.
final

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