Search completed in 2.21 seconds.
2 results for "onshippingaoptionchange":
PaymentRequest.shippingOption - Web APIs
WebAPIPaymentRequestshippingOption
syntax // returns the id of the selected paymentshippingoption var shippingoption = request.shippingoption; example in the example below, the paymentrequest.onshippingoptionchange and the paymentrequest.onshippingaoptionchange events are dispatched.
PaymentResponse.shippingOption - Web APIs
WebAPIPaymentResponseshippingOption
syntax var shippingoption = paymentrequest.shippingoption; example in the example below, the paymentrequest.onshippingaoptionchange event is called.