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

# billingContact

Billing contact information for the user.

## Declaration

```data
ApplePayPaymentContact billingContact;
```

## 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: If you supply a billing address, you must also request “postalAddress” in requiredBillingContactFields.

## See Also

### Providing known contact information

- [shippingContact](applepayontheweb/applepaypaymentrequest/shippingcontact.md)
- [ApplePayPaymentContact](applepayontheweb/applepaypaymentcontact.md)
