PointsDetails class
Details relating to any Play Points applied to an order.
Constructors
- PointsDetails.new({Money? pointsCouponValue, String? pointsDiscountRateMicros, String? pointsOfferId, String? pointsSpent})
- PointsDetails.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pointsCouponValue ↔ Money?
-
The monetary value of a Play Points coupon.
getter/setter pair
- pointsDiscountRateMicros ↔ String?
-
The percentage rate which the Play Points promotion reduces the cost by.
getter/setter pair
- pointsOfferId ↔ String?
-
ID unique to the play points offer in use for this order.
getter/setter pair
- pointsSpent ↔ String?
-
The number of Play Points applied in this order.
getter/setter pair
- 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