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

TicketSeat

import type { TicketSeat } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface TicketSeat {
coach?: string;
customFareClass?: LocalizedString;
fareClass?:
| "FARE_CLASS_UNSPECIFIED"
| "ECONOMY"
| "economy"
| "FIRST"
| "first"
| "BUSINESS"
| "business";
seat?: string;
seatAssignment?: LocalizedString;
}

§Properties

§
coach?: string
[src]

The identifier of the train car or coach in which the ticketed seat is located. Eg. "10"

§
customFareClass?: LocalizedString
[src]

A custome fare class to be used if no fareClass applies. Both fareClass and customFareClass may not be set.

§
fareClass?: "FARE_CLASS_UNSPECIFIED" | "ECONOMY" | "economy" | "FIRST" | "first" | "BUSINESS" | "business"
[src]

The fare class of the ticketed seat.

§
seat?: string
[src]

The identifier of where the ticketed seat is located. Eg. "42". If there is no specific identifier, use seatAssigment instead.

§
seatAssignment?: LocalizedString
[src]

The passenger's seat assignment. Eg. "no specific seat". To be used when there is no specific identifier to use in seat.