PointsDetails constructor

PointsDetails({
  1. Money? pointsCouponValue,
  2. String? pointsDiscountRateMicros,
  3. String? pointsOfferId,
  4. String? pointsSpent,
})

Implementation

PointsDetails({
  this.pointsCouponValue,
  this.pointsDiscountRateMicros,
  this.pointsOfferId,
  this.pointsSpent,
});