---
title: billingAddress
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpayment/billingaddress
---

# billingAddress

The user-selected billing address for this transaction.

## Declaration

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

## Discussion

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

## See Also

### Deprecated

- [shippingAddress](passkit/pkpayment/shippingaddress.md)
