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.
Inheritors
Constructors
Link copied to clipboard
constructor(type: EventType<PaymentRequestUpdateEvent>, init: PaymentRequestUpdateEventInit = definedExternally)
Properties
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
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.