Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>PaymentRequestUpdateEvent

Advanced Web Composition for Future
Latest
interface PaymentRequestUpdateEvent
implements Event
import { type PaymentRequestUpdateEvent } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This Payment Request API export 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