DiscountDisplayInfoAndroid class

Discount display information for one-time purchase offers (Android) Available in Google Play Billing Library 7.0+

Constructors

DiscountDisplayInfoAndroid({DiscountAmountAndroid? discountAmount, int? percentageDiscount})
const
DiscountDisplayInfoAndroid.fromJson(Map<String, dynamic> json)
factory

Properties

discountAmount DiscountAmountAndroid?
Absolute discount amount details Only returned for fixed amount discounts
final
hashCode int
The hash code for this object.
no setterinherited
percentageDiscount int?
Percentage discount (e.g., 33 for 33% off) Only returned for percentage-based discounts
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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