GoogleApi.WalletObjects.V1.Model.ReservationInfo (google_api_wallet_objects v0.12.0)
View SourceAttributes
-
confirmationCode
(type:String.t
, default:nil
) - 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
(type:String.t
, default:nil
) - E-ticket number. -
frequentFlyerInfo
(type:GoogleApi.WalletObjects.V1.Model.FrequentFlyerInfo.t
, default:nil
) - Frequent flyer membership information. -
kind
(type:String.t
, default:nil
) - Identifies what kind of resource this is. Value: the fixed string"walletobjects#reservationInfo"
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.WalletObjects.V1.Model.ReservationInfo{ confirmationCode: String.t() | nil, eticketNumber: String.t() | nil, frequentFlyerInfo: GoogleApi.WalletObjects.V1.Model.FrequentFlyerInfo.t() | nil, kind: String.t() | nil }