interface dom.PaymentRequestUpdateEvent
implements Event
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { PaymentRequestUpdateEvent } = dom;
This Payment Request API interface enables a web page to update the details of a PaymentRequest in response to a user action.