---
title: shippingMethod
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayshippingmethodselectedevent/shippingmethod
---

# shippingMethod

The shipping method selected by the user.

## Declaration

```data
readonly attribute ApplePayShippingMethod shippingMethod;
```

## Discussion

Discussion See ApplePayShippingMethod. 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;.
