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

EventReservationInfo

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

§Properties

§
confirmationCode?: string
[src]

The confirmation code of the event reservation. This may also take the form of an "order number", "confirmation number", "reservation number", or other equivalent.

§
kind?: string
[src]

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