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

ExpiryNotification

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

Indicates that the issuer would like Google Wallet to send expiry notifications 2 days prior to the card expiration.

interface ExpiryNotification {
enableNotification?: boolean;
}

§Properties

§
enableNotification?: boolean
[src]

Indicates if the object needs to have expiry notification enabled.