Show / Hide Table of Contents

Class ReservationInfo

Inheritance
object
ReservationInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Walletobjects.v1.Data
Assembly: Google.Apis.Walletobjects.v1.dll
Syntax
public class ReservationInfo : IDirectResponseSchema

Properties

ConfirmationCode

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.

Declaration
[JsonProperty("confirmationCode")]
public virtual string ConfirmationCode { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EticketNumber

E-ticket number.

Declaration
[JsonProperty("eticketNumber")]
public virtual string EticketNumber { get; set; }
Property Value
Type Description
string

FrequentFlyerInfo

Frequent flyer membership information.

Declaration
[JsonProperty("frequentFlyerInfo")]
public virtual FrequentFlyerInfo FrequentFlyerInfo { get; set; }
Property Value
Type Description
FrequentFlyerInfo

Kind

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

Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX