---
title: billingContact
framework: applepayontheweb
role: symbol
role_heading: Instance Property
path: applepayontheweb/applepaypaymentmethod/billingcontact
---

# billingContact

The billing contact associated with the card.

## Declaration

```data
ApplePayPaymentContact billingContact;
```

## Mentioned in

Apple Pay on the Web Version 10 Release Notes

## Discussion

Discussion Before the user authorizes the transaction, you receive redacted billing contact information in a callback event. The redacted information includes only the necessary data for completing transaction tasks, such as calculating taxes or shipping costs.

## See Also

### Accessing payment method data

- [displayName](applepayontheweb/applepaypaymentmethod/displayname.md)
- [network](applepayontheweb/applepaypaymentmethod/network.md)
- [type](applepayontheweb/applepaypaymentmethod/type.md)
- [paymentPass](applepayontheweb/applepaypaymentmethod/paymentpass.md)
