REST Resource: flightobject

Resource: FlightObject

JSON representation
{
  "kind": string,
  "classReference": {
    object (FlightClass)
  },
  "passengerName": string,
  "boardingAndSeatingInfo": {
    object (BoardingAndSeatingInfo)
  },
  "reservationInfo": {
    object (ReservationInfo)
  },
  "securityProgramLogo": {
    object (Image)
  },
  "hexBackgroundColor": string,
  "id": string,
  "classId": string,
  "version": string,
  "state": enum (State),
  "barcode": {
    object (Barcode)
  },
  "messages": [
    {
      object (Message)
    }
  ],
  "validTimeInterval": {
    object (TimeInterval)
  },
  "locations": [
    {
      object (LatLongPoint)
    }
  ],
  "hasUsers": boolean,
  "smartTapRedemptionValue": string,
  "hasLinkedDevice": boolean,
  "disableExpirationNotification": boolean,
  "infoModuleData": {
    object (InfoModuleData)
  },
  "imageModulesData": [
    {
      object (ImageModuleData)
    }
  ],
  "textModulesData": [
    {
      object (TextModuleData)
    }
  ],
  "linksModuleData": {
    object (LinksModuleData)
  },
  "appLinkData": {
    object (AppLinkData)
  },
  "rotatingBarcode": {
    object (RotatingBarcode)
  },
  "heroImage": {
    object (Image)
  },
  "groupingInfo": {
    object (GroupingInfo)
  },
  "passConstraints": {
    object (PassConstraints)
  }
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#flightObject".

classReference

object (FlightClass)

A copy of the inherited fields of the parent class. These fields are retrieved during a GET.

passengerName

string

Required. Passenger name as it would appear on the boarding pass.

eg: "Dave M Gahan" or "Gahan/Dave" or "GAHAN/DAVEM"

boardingAndSeatingInfo

object (BoardingAndSeatingInfo)

Passenger specific information about boarding and seating.

reservationInfo

object (ReservationInfo)

Required. Information about flight reservation.

hexBackgroundColor

string

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 #ffcc00. You can also use the shorthand version of the RGB triplet which is #rgb, such as #fc0.

id

string

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 '-'.

classId

string

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)

string (int64 format)

Deprecated

state

enum (State)

Required. The state of the object. This field is used to determine how an object is displayed in the app. For example, an inactive object is moved to the "Expired passes" section.

barcode

object (Barcode)

The barcode type and value.

messages[]

object (Message)

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.

validTimeInterval

object (TimeInterval)

The time period this object will be active and object can be used. An object's state will be changed to expired when this time period has passed.

locations[]

object (LatLongPoint)

Note: This field is currently not supported to trigger geo notifications.

hasUsers

boolean

Indicates if the object has users. This field is set by the platform.

smartTapRedemptionValue

string

The value that will be transmitted to a Smart Tap certified terminal over NFC for this object. The class level fields enableSmartTap and redemptionIssuers must also be set up correctly in order for the pass to support Smart Tap. Only ASCII characters are supported.

hasLinkedDevice

boolean

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.

disableExpirationNotification

boolean

Indicates if notifications should explicitly be suppressed. If this field is set to true, regardless of the messages field, expiration notifications to the user will be suppressed. By default, this field is set to false.

Currently, this can only be set for Flights.

infoModuleData

object (InfoModuleData)

Deprecated. Use textModulesData instead.

imageModulesData[]

object (ImageModuleData)

Image module data. The maximum number of these fields displayed is 1 from object level and 1 for class object level.

textModulesData[]

object (TextModuleData)

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.

rotatingBarcode

object (RotatingBarcode)

The rotating barcode type and value.

heroImage

object (Image)

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.

groupingInfo

object (GroupingInfo)

Information that controls how passes are grouped together.

passConstraints

object (PassConstraints)

Pass constraints for the object. Includes limiting NFC and screenshot behaviors.

BoardingAndSeatingInfo

JSON representation
{
  "kind": string,
  "boardingGroup": string,
  "seatNumber": string,
  "seatClass": string,
  "boardingPrivilegeImage": {
    object (Image)
  },
  "boardingPosition": string,
  "sequenceNumber": string,
  "boardingDoor": enum (BoardingDoor),
  "seatAssignment": {
    object (LocalizedString)
  }
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#boardingAndSeatingInfo".

boardingGroup

string

The value of boarding group (or zone) this passenger shall board with.

eg: "B"

The label for this value will be determined by the boardingPolicy field in the flightClass referenced by this object.

seatNumber

string

The value of passenger seat. If there is no specific identifier, use seatAssignment instead.

eg: "25A"

seatClass

string

The value of the seat class.

eg: "Economy" or "Economy Plus"

boardingPrivilegeImage

object (Image)

A small image shown above the boarding barcode. Airlines can use it to communicate any special boarding privileges. In the event the security program logo is also set, this image might be rendered alongside the logo for that security program.

boardingPosition

string

The value of boarding position.

eg: "76"

sequenceNumber

string

The sequence number on the boarding pass. This usually matches the sequence in which the passengers checked in. Airline might use the number for manual boarding and bag tags.

eg: "49"

boardingDoor

enum (BoardingDoor)

Set this field only if this flight boards through more than one door or bridge and you want to explicitly print the door location on the boarding pass. Most airlines route their passengers to the right door or bridge by refering to doors/bridges by the seatClass. In those cases boardingDoor should not be set.

seatAssignment

object (LocalizedString)

The passenger's seat assignment. To be used when there is no specific identifier to use in seatNumber.

eg: "assigned at gate"

BoardingDoor

Enums
BOARDING_DOOR_UNSPECIFIED
FRONT
front

Legacy alias for FRONT. Deprecated.

BACK
back

Legacy alias for BACK. Deprecated.

ReservationInfo

JSON representation
{
  "kind": string,
  "confirmationCode": string,
  "eticketNumber": string,
  "frequentFlyerInfo": {
    object (FrequentFlyerInfo)
  }
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#reservationInfo".

confirmationCode

string

Confirmation code needed to check into this flight.

This is the number that the passenger would enter into a kiosk at the airport to look up the flight and print a boarding pass.

eticketNumber

string

E-ticket number.

frequentFlyerInfo

object (FrequentFlyerInfo)

Frequent flyer membership information.

FrequentFlyerInfo

JSON representation
{
  "kind": string,
  "frequentFlyerProgramName": {
    object (LocalizedString)
  },
  "frequentFlyerNumber": string
}
Fields
kind
(deprecated)

string

Identifies what kind of resource this is. Value: the fixed string "walletobjects#frequentFlyerInfo".

frequentFlyerProgramName

object (LocalizedString)

Frequent flyer program name. eg: "Lufthansa Miles & More"

frequentFlyerNumber

string

Frequent flyer number.

Required for each nested object of kind walletobjects#frequentFlyerInfo.

Methods

addmessage

Adds a message to the flight object referenced by the given object ID.

get

Returns the flight object with the given object ID.

insert

Inserts an flight object with the given ID and properties.

list

Returns a list of all flight objects for a given issuer ID.

patch

Updates the flight object referenced by the given object ID.

update

Updates the flight object referenced by the given object ID.