shippingMethod
The shipping method selected by the user.
Declaration
readonly attribute ApplePayShippingMethod shippingMethod;Discussion
This attribute is contained by the onshippingmethodselected event. Access this attribute using the event parameter in the callback function; for example, var myShippingMethod = event.shippingMethod;.