---
title: shippingContact
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpayment/shippingcontact
---

# shippingContact

The user-selected shipping address for this transaction.

## Declaration

```swift
var shippingContact: PKContact? { get }
```

## Discussion

Discussion Only the fields specified in the requiredShippingAddressFields property of the PKPaymentRequest object are populated. If no required shipping fields were specified, the value of this property is nil.

## See Also

### Working with billing and shipping information

- [billingContact](passkit/pkpayment/billingcontact.md)
- [shippingMethod](passkit/pkpayment/shippingmethod.md)
- [PKContact](passkit/pkcontact.md)
- [PKShippingMethod](passkit/pkshippingmethod.md)
