LoyaltyClass constructor

LoyaltyClass({
  1. String? accountIdLabel,
  2. String? accountNameLabel,
  3. bool? allowMultipleUsersPerObject,
  4. AppLinkData? appLinkData,
  5. CallbackOptions? callbackOptions,
  6. ClassTemplateInfo? classTemplateInfo,
  7. String? countryCode,
  8. DiscoverableProgram? discoverableProgram,
  9. bool? enableSmartTap,
  10. Image? heroImage,
  11. String? hexBackgroundColor,
  12. Uri? homepageUri,
  13. String? id,
  14. List<ImageModuleData>? imageModulesData,
  15. InfoModuleData? infoModuleData,
  16. String? issuerName,
  17. String? kind,
  18. LinksModuleData? linksModuleData,
  19. LocalizedString? localizedAccountIdLabel,
  20. LocalizedString? localizedAccountNameLabel,
  21. LocalizedString? localizedIssuerName,
  22. LocalizedString? localizedProgramName,
  23. LocalizedString? localizedRewardsTier,
  24. LocalizedString? localizedRewardsTierLabel,
  25. LocalizedString? localizedSecondaryRewardsTier,
  26. LocalizedString? localizedSecondaryRewardsTierLabel,
  27. List<LatLongPoint>? locations,
  28. List<Message>? messages,
  29. String? multipleDevicesAndHoldersAllowedStatus,
  30. String? programName,
  31. List<String>? redemptionIssuers,
  32. Review? review,
  33. String? reviewStatus,
  34. String? rewardsTier,
  35. String? rewardsTierLabel,
  36. String? secondaryRewardsTier,
  37. String? secondaryRewardsTierLabel,
  38. SecurityAnimation? securityAnimation,
  39. List<TextModuleData>? textModulesData,
  40. String? version,
  41. String? viewUnlockRequirement,
  42. Image? wordMark,
})

Implementation

LoyaltyClass({
  this.accountIdLabel,
  this.accountNameLabel,
  this.allowMultipleUsersPerObject,
  this.appLinkData,
  this.callbackOptions,
  this.classTemplateInfo,
  this.countryCode,
  this.discoverableProgram,
  this.enableSmartTap,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.kind,
  this.linksModuleData,
  this.localizedAccountIdLabel,
  this.localizedAccountNameLabel,
  this.localizedIssuerName,
  this.localizedProgramName,
  this.localizedRewardsTier,
  this.localizedRewardsTierLabel,
  this.localizedSecondaryRewardsTier,
  this.localizedSecondaryRewardsTierLabel,
  this.locations,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.programLogo,
  this.programName,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.rewardsTier,
  this.rewardsTierLabel,
  this.secondaryRewardsTier,
  this.secondaryRewardsTierLabel,
  this.securityAnimation,
  this.textModulesData,
  this.version,
  this.viewUnlockRequirement,
  this.wideProgramLogo,
  this.wordMark,
});