---
title: billingContact
framework: passkit
role: symbol
role_heading: Instance Property
path: passkit/pkpaymentrequest/billingcontact
---

# billingContact

A prepopulated billing address.

## Declaration

```swift
var billingContact: PKContact? { get set }
```

## Discussion

Discussion If you have an up-to-date billing address on file, you can set it here. This billing address appears in the payment sheet. The user can either use the address you specify or select a different address. Note that a PKContact object that represents a billing contact contains information for only the postalAddress property. All other properties in the object are set to nil.

## See Also

### Providing known contact information

- [shippingContact](passkit/pkpaymentrequest/shippingcontact.md)
- [PKContact](passkit/pkcontact.md)
