LoyaltyObject constructor

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

Implementation

LoyaltyObject({
  this.accountId,
  this.accountName,
  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.linkedOfferIds,
  this.linksModuleData,
  this.locations,
  this.loyaltyPoints,
  this.messages,
  this.passConstraints,
  this.rotatingBarcode,
  this.secondaryLoyaltyPoints,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.validTimeInterval,
  this.version,
});