InstallmentPlanDetailsWrapper class

Represents additional details of an installment subscription plan.

This wraps com.android.billingclient.api.ProductDetails.InstallmentPlanDetails.

Annotations

Constructors

InstallmentPlanDetailsWrapper.new({required int commitmentPaymentsCount, required int subsequentCommitmentPaymentsCount})
Creates a InstallmentPlanDetailsWrapper.
const

Properties

commitmentPaymentsCount int
Committed payments count after a user signs up for this subscription plan.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subsequentCommitmentPaymentsCount int
Subsequent committed payments count after this subscription plan renews.
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.
override