EventTicketClass class

Constructors

EventTicketClass({bool? allowMultipleUsersPerObject, AppLinkData? appLinkData, CallbackOptions? callbackOptions, ClassTemplateInfo? classTemplateInfo, String? confirmationCodeLabel, String? countryCode, LocalizedString? customConfirmationCodeLabel, LocalizedString? customGateLabel, LocalizedString? customRowLabel, LocalizedString? customSeatLabel, LocalizedString? customSectionLabel, EventDateTime? dateTime, bool? enableSmartTap, String? eventId, LocalizedString? eventName, LocalizedString? finePrint, String? gateLabel, Image? heroImage, String? hexBackgroundColor, Uri? homepageUri, String? id, List<ImageModuleData>? imageModulesData, InfoModuleData? infoModuleData, String? issuerName, String? kind, LinksModuleData? linksModuleData, LocalizedString? localizedIssuerName, List<LatLongPoint>? locations, List<MerchantLocation>? merchantLocations, List<Message>? messages, String? multipleDevicesAndHoldersAllowedStatus, String? notifyPreference, List<String>? redemptionIssuers, Review? review, String? reviewStatus, String? rowLabel, String? seatLabel, String? sectionLabel, SecurityAnimation? securityAnimation, List<TextModuleData>? textModulesData, List<ValueAddedModuleData>? valueAddedModuleData, EventVenue? venue, String? version, String? viewUnlockRequirement, Image? wordMark})
EventTicketClass.fromJson(Map json_)

Properties

allowMultipleUsersPerObject ↔ bool?
Use multipleDevicesAndHoldersAllowedStatus instead.
getter/setter pair
appLinkData ↔ AppLinkData?
Optional app or website link that will be displayed as a button on the front of the pass.
getter/setter pair
callbackOptions ↔ CallbackOptions?
Callback options to be used to call the issuer back for every save/delete of an object for this class by the end-user.
getter/setter pair
classTemplateInfo ↔ ClassTemplateInfo?
Template information about how the class should be displayed.
getter/setter pair
confirmationCodeLabel ↔ String?
The label to use for the confirmation code value (eventTicketObject.reservationInfo.confirmationCode) on the card detail view.
getter/setter pair
countryCode ↔ String?
Country code used to display the card's country (when the user is not in that country), as well as to display localized content when content is not available in the user's locale.
getter/setter pair
customConfirmationCodeLabel ↔ LocalizedString?
A custom label to use for the confirmation code value (eventTicketObject.reservationInfo.confirmationCode) on the card detail view.
getter/setter pair
customGateLabel ↔ LocalizedString?
A custom label to use for the gate value (eventTicketObject.seatInfo.gate) on the card detail view.
getter/setter pair
customRowLabel ↔ LocalizedString?
A custom label to use for the row value (eventTicketObject.seatInfo.row) on the card detail view.
getter/setter pair
customSeatLabel ↔ LocalizedString?
A custom label to use for the seat value (eventTicketObject.seatInfo.seat) on the card detail view.
getter/setter pair
customSectionLabel ↔ LocalizedString?
A custom label to use for the section value (eventTicketObject.seatInfo.section) on the card detail view.
getter/setter pair
dateTime ↔ EventDateTime?
The date & time information of the event.
getter/setter pair
enableSmartTap ↔ bool?
Identifies whether this class supports Smart Tap.
getter/setter pair
eventId ↔ String?
The ID of the event.
getter/setter pair
eventName ↔ LocalizedString?
The name of the event, such as "LA Dodgers at SF Giants".
getter/setter pair
finePrint ↔ LocalizedString?
The fine print, terms, or conditions of the ticket.
getter/setter pair
gateLabel ↔ String?
The label to use for the gate value (eventTicketObject.seatInfo.gate) on the card detail view.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
heroImage ↔ Image?
Optional banner image displayed on the front of the card.
getter/setter pair
hexBackgroundColor ↔ String?
The background color for the card.
getter/setter pair
homepageUri ↔ Uri?
The URI of your application's home page.
getter/setter pair
id ↔ String?
The unique identifier for a class.
getter/setter pair
imageModulesData ↔ List<ImageModuleData>?
Image module data.
getter/setter pair
infoModuleData ↔ InfoModuleData?
Use textModulesData instead.
getter/setter pair
issuerName ↔ String?
The issuer name.
getter/setter pair
kind ↔ String?
Identifies what kind of resource this is.
getter/setter pair
linksModuleData ↔ LinksModuleData?
Links module data.
getter/setter pair
localizedIssuerName ↔ LocalizedString?
Translated strings for the issuer_name.
getter/setter pair
locations ↔ List<LatLongPoint>?
Note: This field is currently not supported to trigger geo notifications.
getter/setter pair
The logo image of the ticket.
getter/setter pair
merchantLocations ↔ List<MerchantLocation>?
Merchant locations.
getter/setter pair
messages ↔ List<Message>?
An array of messages displayed in the app.
getter/setter pair
multipleDevicesAndHoldersAllowedStatus ↔ String?
Identifies whether multiple users and devices will save the same object referencing this class. Possible string values are:
getter/setter pair
notifyPreference ↔ String?
Whether or not field updates to this class should trigger notifications.
getter/setter pair
redemptionIssuers ↔ List<String>?
Identifies which redemption issuers can redeem the pass over Smart Tap.
getter/setter pair
review ↔ Review?
The review comments set by the platform when a class is marked approved or rejected.
getter/setter pair
reviewStatus ↔ String?
The status of the class.
getter/setter pair
rowLabel ↔ String?
The label to use for the row value (eventTicketObject.seatInfo.row) on the card detail view.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
seatLabel ↔ String?
The label to use for the seat value (eventTicketObject.seatInfo.seat) on the card detail view.
getter/setter pair
sectionLabel ↔ String?
The label to use for the section value (eventTicketObject.seatInfo.section) on the card detail view.
getter/setter pair
securityAnimation ↔ SecurityAnimation?
Optional information about the security animation.
getter/setter pair
textModulesData ↔ List<TextModuleData>?
Text module data.
getter/setter pair
valueAddedModuleData ↔ List<ValueAddedModuleData>?
Optional value added module data.
getter/setter pair
venue ↔ EventVenue?
Event venue details.
getter/setter pair
version ↔ String?
Deprecated
getter/setter pair
viewUnlockRequirement ↔ String?
View Unlock Requirement options for the event ticket. Possible string values are:
getter/setter pair
The wide logo of the ticket.
getter/setter pair
wordMark ↔ Image?
Deprecated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited