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

FrequentFlyerInfo

import type { FrequentFlyerInfo } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface FrequentFlyerInfo {
frequentFlyerNumber?: string;
frequentFlyerProgramName?: LocalizedString;
kind?: string;
}

§Properties

§
frequentFlyerNumber?: string
[src]

Frequent flyer number. Required for each nested object of kind walletobjects#frequentFlyerInfo.

§
frequentFlyerProgramName?: LocalizedString
[src]

Frequent flyer program name. eg: "Lufthansa Miles & More"

§
kind?: string
[src]

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