Resource: EventTicketObject
JSON representation |
---|
{ "kind": string, "classReference": { object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
class |
A copy of the inherited fields of the parent class. These fields are retrieved during a GET. |
seat |
Seating details for this ticket. |
reservation |
Reservation details for this ticket. This is expected to be shared amongst all tickets that were purchased in the same order. |
ticket |
Name of the ticket holder, if the ticket is assigned to a person. E.g. "John Doe" or "Jane Doe". |
ticket |
The number of the ticket. This can be a unique identifier across all tickets in an issuer's system, all tickets for the event (e.g. XYZ1234512345), or all tickets in the order (1, 2, 3, etc.). |
ticket |
The type of the ticket, such as "Adult" or "Child", or "VIP" or "Standard". |
face |
The face value of the ticket, matching what would be printed on a physical version of the ticket. |
grouping |
Information that controls how passes are grouped together. |
linked |
A list of offer objects linked to this event ticket. The offer objects must already exist. Offer object IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. |
hex |
The background color for the card. If not set the dominant color of the hero image is used, and if no hero image is set, the dominant color of the logo is used. The format is #rrggbb where rrggbb is a hex RGB triplet, such as |
id |
Required. The unique identifier for an object. This ID must be unique across all objects from an issuer. This value should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. The unique identifier should only include alphanumeric characters, '.', '_', or '-'. |
class |
Required. The class associated with this object. The class must be of the same type as this object, must already exist, and must be approved. Class IDs should follow the format issuer ID.identifier where the former is issued by Google and latter is chosen by you. |
version |
Deprecated |
state |
Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an |
barcode |
The barcode type and value. |
messages[] |
An array of messages displayed in the app. All users of this object will receive its associated messages. The maximum number of these fields is 10. |
valid |
The time period this object will be |
locations[] |
Note: This field is currently not supported to trigger geo notifications. |
has |
Indicates if the object has users. This field is set by the platform. |
smart |
The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields |
has |
Whether this object is currently linked to a single device. This field is set by the platform when a user saves the object, linking it to their device. Intended for use by select partners. Contact support for additional information. |
disable |
Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the Currently, this can only be set for offers. |
info |
Deprecated. Use textModulesData instead. |
image |
Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level. |
text |
Text module data. If text module data is also defined on the class, both will be displayed. The maximum number of these fields displayed is 10 from the object and 10 from the class. |
links |
Links module data. If links module data is also defined on the class, both will be displayed. |
app |
Optional app or website link that will be displayed as a button on the front of the pass. If AppLinkData is provided for the corresponding class only object AppLinkData will be displayed. |
rotating |
The rotating barcode type and value. |
hero |
Optional banner image displayed on the front of the card. If none is present, hero image of the class, if present, will be displayed. If hero image of the class is also not present, nothing will be displayed. |
pass |
Pass constraints for the object. Includes limiting NFC and screenshot behaviors. |
save |
Restrictions on the object that needs to be verified before the user tries to save the pass. Note that this restrictions will only be applied during save time. If the restrictions changed after a user saves the pass, the new restrictions will not be applied to an already saved pass. |
linked |
linkedObjectIds are a list of other objects such as event ticket, loyalty, offer, generic, giftcard, transit and boarding pass that should be automatically attached to this event ticket object. If a user had saved this event ticket, then these linkedObjectIds would be automatically pushed to the user's wallet (unless they turned off the setting to receive such linked passes). Make sure that objects present in linkedObjectIds are already inserted - if not, calls would fail. Once linked, the linked objects cannot be unlinked. You cannot link objects belonging to another issuer. There is a limit to the number of objects that can be linked to a single object. After the limit is reached, new linked objects in the call will be ignored silently. Object IDs should follow the format issuer ID.identifier where the former is issued by Google and the latter is chosen by you. |
notify |
Whether or not field updates to this object should trigger notifications. When set to NOTIFY, we will attempt to trigger a field update notification to users. These notifications will only be sent to users if the field is part of an allowlist. If set to DO_NOT_NOTIFY or NOTIFICATION_SETTINGS_UNSPECIFIED, no notification will be triggered. This setting is ephemeral and needs to be set with each PATCH or UPDATE request, otherwise a notification will not be triggered. |
value |
Optional value added module data. Maximum of ten on the object. |
EventSeat
JSON representation |
---|
{ "kind": string, "seat": { object ( |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
seat |
The seat number, such as "1", "2", "3", or any other seat identifier. This field is localizable so you may translate words or use different alphabets for the characters in an identifier. |
row |
The row of the seat, such as "1", E", "BB", or "A5". This field is localizable so you may translate words or use different alphabets for the characters in an identifier. |
section |
The section of the seat, such as "121". This field is localizable so you may translate words or use different alphabets for the characters in an identifier. |
gate |
The gate the ticket holder should enter to get to their seat, such as "A" or "West". This field is localizable so you may translate words or use different alphabets for the characters in an identifier. |
EventReservationInfo
JSON representation |
---|
{ "kind": string, "confirmationCode": string } |
Fields | |
---|---|
kind |
Identifies what kind of resource this is. Value: the fixed string |
confirmation |
The confirmation code of the event reservation. This may also take the form of an "order number", "confirmation number", "reservation number", or other equivalent. |
Methods |
|
---|---|
|
Adds a message to the event ticket object referenced by the given object ID. |
|
Returns the event ticket object with the given object ID. |
|
Inserts an event ticket object with the given ID and properties. |
|
Returns a list of all event ticket objects for a given issuer ID. |
|
Modifies linked offer objects for the event ticket object with the given ID. |
|
Updates the event ticket object referenced by the given object ID. |
|
Updates the event ticket object referenced by the given object ID. |