OfferObject constructor

OfferObject({
  1. AppLinkData? appLinkData,
  2. Barcode? barcode,
  3. String? classId,
  4. OfferClass? classReference,
  5. bool? disableExpirationNotification,
  6. GroupingInfo? groupingInfo,
  7. bool? hasLinkedDevice,
  8. bool? hasUsers,
  9. Image? heroImage,
  10. String? id,
  11. List<ImageModuleData>? imageModulesData,
  12. InfoModuleData? infoModuleData,
  13. String? kind,
  14. List<String>? linkedObjectIds,
  15. LinksModuleData? linksModuleData,
  16. List<LatLongPoint>? locations,
  17. List<MerchantLocation>? merchantLocations,
  18. List<Message>? messages,
  19. String? notifyPreference,
  20. PassConstraints? passConstraints,
  21. RotatingBarcode? rotatingBarcode,
  22. SaveRestrictions? saveRestrictions,
  23. String? smartTapRedemptionValue,
  24. String? state,
  25. List<TextModuleData>? textModulesData,
  26. TimeInterval? validTimeInterval,
  27. List<ValueAddedModuleData>? valueAddedModuleData,
  28. String? version,
})

Implementation

OfferObject({
  this.appLinkData,
  this.barcode,
  this.classId,
  this.classReference,
  this.disableExpirationNotification,
  this.groupingInfo,
  this.hasLinkedDevice,
  this.hasUsers,
  this.heroImage,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.kind,
  this.linkedObjectIds,
  this.linksModuleData,
  this.locations,
  this.merchantLocations,
  this.messages,
  this.notifyPreference,
  this.passConstraints,
  this.rotatingBarcode,
  this.saveRestrictions,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.validTimeInterval,
  this.valueAddedModuleData,
  this.version,
});