<!--
{
  "availability" : [
    "iOS: 8.0.0 - 9.0.0",
    "iPadOS: 8.0.0 - 9.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "PassKit",
  "identifier" : "/documentation/PassKit/PKPayment/shippingAddress",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "PassKit (Apple Pay and Wallet)"
    ],
    "preciseIdentifier" : "c:objc(cs)PKPayment(py)shippingAddress"
  },
  "title" : "shippingAddress"
}
-->

# shippingAddress

The user-selected shipping address for this transaction.

```
unowned(unsafe) var shippingAddress: ABRecord? { get }
```

## Discussion

Only the fields specified in the 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)