Class ReservationInfo
Implements
Inherited Members
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 |