OrderPromotion constructor

OrderPromotion({
  1. List<OrderPromotionItem>? applicableItems,
  2. List<OrderPromotionItem>? appliedItems,
  3. String? endTime,
  4. String? funder,
  5. String? merchantPromotionId,
  6. Price? priceValue,
  7. String? shortTitle,
  8. String? startTime,
  9. String? subtype,
  10. Price? taxValue,
  11. String? title,
  12. String? type,
})

Implementation

OrderPromotion({
  this.applicableItems,
  this.appliedItems,
  this.endTime,
  this.funder,
  this.merchantPromotionId,
  this.priceValue,
  this.shortTitle,
  this.startTime,
  this.subtype,
  this.taxValue,
  this.title,
  this.type,
});