GiftCardClass constructor

GiftCardClass({
  1. bool? allowBarcodeRedemption,
  2. bool? allowMultipleUsersPerObject,
  3. AppLinkData? appLinkData,
  4. CallbackOptions? callbackOptions,
  5. String? cardNumberLabel,
  6. ClassTemplateInfo? classTemplateInfo,
  7. String? countryCode,
  8. bool? enableSmartTap,
  9. String? eventNumberLabel,
  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? localizedCardNumberLabel,
  20. LocalizedString? localizedEventNumberLabel,
  21. LocalizedString? localizedIssuerName,
  22. LocalizedString? localizedMerchantName,
  23. LocalizedString? localizedPinLabel,
  24. List<LatLongPoint>? locations,
  25. String? merchantName,
  26. List<Message>? messages,
  27. String? multipleDevicesAndHoldersAllowedStatus,
  28. String? pinLabel,
  29. List<String>? redemptionIssuers,
  30. Review? review,
  31. String? reviewStatus,
  32. SecurityAnimation? securityAnimation,
  33. List<TextModuleData>? textModulesData,
  34. String? version,
  35. String? viewUnlockRequirement,
  36. Image? wordMark,
})

Implementation

GiftCardClass({
  this.allowBarcodeRedemption,
  this.allowMultipleUsersPerObject,
  this.appLinkData,
  this.callbackOptions,
  this.cardNumberLabel,
  this.classTemplateInfo,
  this.countryCode,
  this.enableSmartTap,
  this.eventNumberLabel,
  this.heroImage,
  this.hexBackgroundColor,
  this.homepageUri,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.issuerName,
  this.kind,
  this.linksModuleData,
  this.localizedCardNumberLabel,
  this.localizedEventNumberLabel,
  this.localizedIssuerName,
  this.localizedMerchantName,
  this.localizedPinLabel,
  this.locations,
  this.merchantName,
  this.messages,
  this.multipleDevicesAndHoldersAllowedStatus,
  this.pinLabel,
  this.programLogo,
  this.redemptionIssuers,
  this.review,
  this.reviewStatus,
  this.securityAnimation,
  this.textModulesData,
  this.version,
  this.viewUnlockRequirement,
  this.wideProgramLogo,
  this.wordMark,
});