Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ReservationInfo

import type { ReservationInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface ReservationInfo {
confirmationCode?: string;
eticketNumber?: string;
frequentFlyerInfo?: FrequentFlyerInfo;
kind?: string;
}

§Properties

§
confirmationCode?: string
[src]

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
[src]

E-ticket number.

§
frequentFlyerInfo?: FrequentFlyerInfo
[src]

Frequent flyer membership information.

§
kind?: string
[src]

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