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

CallbackOptions

import type { CallbackOptions } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface CallbackOptions {
updateRequestUrl?: string;
url?: string;
}

§Properties

§
updateRequestUrl?: string
[src]

URL for the merchant endpoint that would be called to request updates. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot. Deprecated.

§
url?: string
[src]

The HTTPS url configured by the merchant. The URL should be hosted on HTTPS and robots.txt should allow the URL path to be accessible by UserAgent:Googlebot.