---
title: shippingContact
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepayshippingcontactselectedevent/shippingcontact
---

# shippingContact

The shipping address selected by the user.

## Declaration

```data
readonly attribute ApplePayPaymentContact shippingContact;
```

## Discussion

Discussion This attribute is contained by the onshippingcontactselected event. Access this attribute using the event parameter in the callback function; for example, var myShippingContact = event.shippingContact;.
