PaymentRequestUpdateEvent

open class PaymentRequestUpdateEvent(    val type: EventType<PaymentRequestUpdateEvent>,     init: PaymentRequestUpdateEventInit = definedExternally) : Event(source)

The PaymentRequestUpdateEvent interface is used for events sent to a PaymentRequest instance when changes are made to shipping-related information for a pending PaymentRequest. Available only in secure contexts.

MDN Reference

Inheritors

Constructors

Link copied to clipboard
constructor(type: EventType<PaymentRequestUpdateEvent>, init: PaymentRequestUpdateEventInit = definedExternally)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

fun updateWith(detailsPromise: PaymentDetailsUpdate)

The updateWith() method of the ``js-nolint updateWith(details) `` - details - : Either an object or a Promise that resolves to an object, specifying the changes applied to the payment request: - displayItems MISSING: optional_inline] - : An array of objects, each describing one line item for the payment request.