<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 11.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPayment/shippingContact",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPayment(py)shippingContact"
  },
  "title" : "shippingContact"
}
-->

# shippingContact

The user-selected shipping address for this transaction.

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

## Discussion

Only the fields specified in the [`requiredShippingAddressFields`](/documentation/PassKit/PKPaymentRequest/requiredShippingAddressFields) property of the [`PKPaymentRequest`](/documentation/PassKit/PKPaymentRequest) object are populated. If no required shipping fields were specified, the value of this property is `nil`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)