InstallmentsInfo class

Type containing information of installment subscriptions. Currently only supported in Google Play.

Annotations
  • @freezed

Constructors

InstallmentsInfo(int commitmentPaymentsCount, int renewalCommitmentPaymentsCount)
const
factory
InstallmentsInfo.fromJson(Map<String, dynamic> json)
factory

Properties

commitmentPaymentsCount int
Number of payments the customer commits to in order to purchase the subscription.
no setterinherited
copyWith → $InstallmentsInfoCopyWith<InstallmentsInfo>
Create a copy of InstallmentsInfo with the given fields replaced by the non-null parameter values.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
renewalCommitmentPaymentsCount int
After the commitment payments are complete, the number of payments the user commits to upon a renewal.
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 InstallmentsInfo to a JSON map.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited