PaymentRequestUpdateEvent
Limited availability
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
ThePaymentRequestUpdateEvent
interface is used for events sent to aPaymentRequest
instance when changes are made to shipping-related information for a pendingPaymentRequest
. Those events are:
shippingaddresschange
Dispatched whenever the user changes their shipping address.
shippingoptionchange
Dispatched whenever the user changes a shipping option.
In this article
Constructor
PaymentRequestUpdateEvent()
Creates a new
PaymentRequestUpdateEvent
object.
Instance properties
Provides only the properties inherited from its parent interface,Event
.
Instance methods
In addition to methods inherited from the parent interface,Event
,PaymentRequestUpdateEvent
offers the following methods:
PaymentRequestUpdateEvent.updateWith()
If the event handler determines that information included in the payment request needs to be changed, or that new information needs to be added, it calls
updateWith()
with the information that needs to be replaced or added.
Specifications
Specification |
---|
Payment Request API> # paymentrequestupdateevent-interface> |
Browser compatibility
Loading…