GiftCardClass constructor

GiftCardClass({
  1. bool? allowBarcodeRedemption,
  2. bool? allowMultipleUsersPerObject,
  3. CallbackOptions? callbackOptions,
  4. String? cardNumberLabel,
  5. ClassTemplateInfo? classTemplateInfo,
  6. String? countryCode,
  7. bool? enableSmartTap,
  8. String? eventNumberLabel,
  9. Image? heroImage,
  10. String? hexBackgroundColor,
  11. Uri? homepageUri,
  12. String? id,
  13. List<ImageModuleData>? imageModulesData,
  14. InfoModuleData? infoModuleData,
  15. String? issuerName,
  16. String? kind,
  17. LinksModuleData? linksModuleData,
  18. LocalizedString? localizedCardNumberLabel,
  19. LocalizedString? localizedEventNumberLabel,
  20. LocalizedString? localizedIssuerName,
  21. LocalizedString? localizedMerchantName,
  22. LocalizedString? localizedPinLabel,
  23. List<LatLongPoint>? locations,
  24. String? merchantName,
  25. List<Message>? messages,
  26. String? multipleDevicesAndHoldersAllowedStatus,
  27. String? pinLabel,
  28. List<String>? redemptionIssuers,
  29. Review? review,
  30. String? reviewStatus,
  31. SecurityAnimation? securityAnimation,
  32. List<TextModuleData>? textModulesData,
  33. String? version,
  34. String? viewUnlockRequirement,
  35. Image? wordMark,
})

Implementation

GiftCardClass({
  this.allowBarcodeRedemption,
  this.allowMultipleUsersPerObject,
  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,
});