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

# billingContact

The user-selected billing address for this transaction.

## Declaration

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

## Discussion

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

### Working with billing and shipping information

- [shippingContact](passkit/pkpayment/shippingcontact.md)
- [shippingMethod](passkit/pkpayment/shippingmethod.md)
- [PKContact](passkit/pkcontact.md)
- [PKShippingMethod](passkit/pkshippingmethod.md)
