---
title: shippingAddress
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpayment/shippingaddress
---

# shippingAddress

The user-selected shipping address for this transaction.

## Declaration

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

## Discussion

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

### Deprecated

- [billingAddress](passkit/pkpayment/billingaddress.md)
