EventTicketObject constructor

EventTicketObject({
  1. AppLinkData? appLinkData,
  2. Barcode? barcode,
  3. String? classId,
  4. EventTicketClass? classReference,
  5. bool? disableExpirationNotification,
  6. Money? faceValue,
  7. GroupingInfo? groupingInfo,
  8. bool? hasLinkedDevice,
  9. bool? hasUsers,
  10. Image? heroImage,
  11. String? hexBackgroundColor,
  12. String? id,
  13. List<ImageModuleData>? imageModulesData,
  14. InfoModuleData? infoModuleData,
  15. String? kind,
  16. List<String>? linkedObjectIds,
  17. List<String>? linkedOfferIds,
  18. LinksModuleData? linksModuleData,
  19. List<LatLongPoint>? locations,
  20. List<MerchantLocation>? merchantLocations,
  21. List<Message>? messages,
  22. String? notifyPreference,
  23. PassConstraints? passConstraints,
  24. EventReservationInfo? reservationInfo,
  25. RotatingBarcode? rotatingBarcode,
  26. SaveRestrictions? saveRestrictions,
  27. EventSeat? seatInfo,
  28. String? smartTapRedemptionValue,
  29. String? state,
  30. List<TextModuleData>? textModulesData,
  31. String? ticketHolderName,
  32. String? ticketNumber,
  33. LocalizedString? ticketType,
  34. TimeInterval? validTimeInterval,
  35. List<ValueAddedModuleData>? valueAddedModuleData,
  36. String? version,
})

Implementation

EventTicketObject({
  this.appLinkData,
  this.barcode,
  this.classId,
  this.classReference,
  this.disableExpirationNotification,
  this.faceValue,
  this.groupingInfo,
  this.hasLinkedDevice,
  this.hasUsers,
  this.heroImage,
  this.hexBackgroundColor,
  this.id,
  this.imageModulesData,
  this.infoModuleData,
  this.kind,
  this.linkedObjectIds,
  this.linkedOfferIds,
  this.linksModuleData,
  this.locations,
  this.merchantLocations,
  this.messages,
  this.notifyPreference,
  this.passConstraints,
  this.reservationInfo,
  this.rotatingBarcode,
  this.saveRestrictions,
  this.seatInfo,
  this.smartTapRedemptionValue,
  this.state,
  this.textModulesData,
  this.ticketHolderName,
  this.ticketNumber,
  this.ticketType,
  this.validTimeInterval,
  this.valueAddedModuleData,
  this.version,
});