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

# requiredShippingAddressFields

A bit field of shipping address fields that you need in order to process the transaction.

```
var requiredShippingAddressFields: PKAddressField { get set }
```

## Discussion

The default value is [`PKPaymentRequest`](/documentation/PassKit/PKPaymentRequest). For possible values, see [`PKPaymentRequest`](/documentation/PassKit/PKPaymentRequest).

---

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)