files/en-us/web/api/paymentrequestupdateevent/index.md
{{securecontext_header}}{{APIRef("Payment Request API")}}
The PaymentRequestUpdateEvent interface is used for events sent to a {{domxref("PaymentRequest")}} instance when changes are made to shipping-related information for a pending {{domxref("PaymentRequest")}}. Those events are:
{{InheritanceDiagram}}
PaymentRequestUpdateEvent object.Provides only the properties inherited from its parent interface, {{domxref("Event")}}.
In addition to methods inherited from the parent interface, {{domxref("Event")}}, PaymentRequestUpdateEvent offers the following methods:
updateWith() with the information that needs to be replaced or added.{{Specifications}}
{{Compat}}