PaymentRequestUpdateEvent class
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers. The interface is used for events sent to a PaymentRequest instance when changes are made to shipping-related information for a pending PaymentRequest. Those events are:
shippingaddresschange
Secure context
Dispatched whenever the user changes their shipping address.
Also available using the onshippingaddresschange
event
handler property.
shippingoptionchange
Secure context
Dispatched whenever the user changes a shipping option.
Also available using the onshippingoptionchange
event
handler property.
Event
PaymentRequestUpdateEvent
- Implemented types
- Implementers
- Available extensions
- Annotations
-
- @experimental
- @JS()
- @staticInterop
Constructors
- PaymentRequestUpdateEvent(String type, [PaymentRequestUpdateEventInit? eventInitDict])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited