interface PaymentRequestUpdateEvent
implements Event
import { type PaymentRequestUpdateEvent } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts";
This Payment Request API interface enables a web page to update the details of a PaymentRequest in response to a user action.
Methods
updateWith(detailsPromise: PaymentDetailsUpdate | Promise<PaymentDetailsUpdate>): void