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

FlightCarrier

import type { FlightCarrier } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface FlightCarrier {
airlineAllianceLogo?: Image;
airlineLogo?: Image;
airlineName?: LocalizedString;
carrierIataCode?: string;
carrierIcaoCode?: string;
kind?: string;
wideAirlineLogo?: Image;
}

§Properties

§
airlineName?: LocalizedString
[src]

A localized name of the airline specified by carrierIataCode. If unset, issuer_name or localized_issuer_name from FlightClass will be used for display purposes. eg: "Swiss Air" for "LX"

§
carrierIataCode?: string
[src]

Two character IATA airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or carrierIcaoCode needs to be provided for carrier and operatingCarrier. eg: "LX" for Swiss Air

§
carrierIcaoCode?: string
[src]

Three character ICAO airline code of the marketing carrier (as opposed to operating carrier). Exactly one of this or carrierIataCode needs to be provided for carrier and operatingCarrier. eg: "EZY" for Easy Jet

§
kind?: string
[src]

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