ParentSavingsPlanOffering class

Information about a Savings Plan offering.

Constructors

ParentSavingsPlanOffering({CurrencyCode? currency, int? durationSeconds, String? offeringId, SavingsPlanPaymentOption? paymentOption, String? planDescription, SavingsPlanType? planType})
ParentSavingsPlanOffering.fromJson(Map<String, dynamic> json)
factory

Properties

currency CurrencyCode?
The currency.
final
durationSeconds int?
The duration, in seconds.
final
hashCode int
The hash code for this object.
no setterinherited
offeringId String?
The ID of the offering.
final
paymentOption SavingsPlanPaymentOption?
The payment option.
final
planDescription String?
The description.
final
planType SavingsPlanType?
The plan type.
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