EventTicketObject constructor
EventTicketObject({
- AppLinkData? appLinkData,
- Barcode? barcode,
- String? classId,
- EventTicketClass? classReference,
- bool? disableExpirationNotification,
- Money? faceValue,
- GroupingInfo? groupingInfo,
- bool? hasLinkedDevice,
- bool? hasUsers,
- Image? heroImage,
- String? hexBackgroundColor,
- String? id,
- List<
ImageModuleData> ? imageModulesData, - InfoModuleData? infoModuleData,
- String? kind,
- List<
String> ? linkedOfferIds, - LinksModuleData? linksModuleData,
- List<
LatLongPoint> ? locations, - List<
Message> ? messages, - PassConstraints? passConstraints,
- EventReservationInfo? reservationInfo,
- RotatingBarcode? rotatingBarcode,
- EventSeat? seatInfo,
- String? smartTapRedemptionValue,
- String? state,
- List<
TextModuleData> ? textModulesData, - String? ticketHolderName,
- String? ticketNumber,
- LocalizedString? ticketType,
- TimeInterval? validTimeInterval,
- 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.linkedOfferIds,
this.linksModuleData,
this.locations,
this.messages,
this.passConstraints,
this.reservationInfo,
this.rotatingBarcode,
this.seatInfo,
this.smartTapRedemptionValue,
this.state,
this.textModulesData,
this.ticketHolderName,
this.ticketNumber,
this.ticketType,
this.validTimeInterval,
this.version,
});