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

UpcomingNotification

import type { UpcomingNotification } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";

Indicates that the issuer would like Google Wallet to send an upcoming card validity notification 1 day before card becomes valid/usable.

interface UpcomingNotification {
enableNotification?: boolean;
}

§Properties

§
enableNotification?: boolean
[src]

Indicates if the object needs to have upcoming notification enabled.