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

# billingContact

A prepopulated billing address.

## Declaration

```data
ApplePayPaymentContact billingContact;
```

## Discussion

Discussion If you have an up-to-date billing address for the customer 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

### Setting contact information

- [shippingContact](applepayontheweb/applepayrequestbase/shippingcontact.md)
- [shippingContactEditingMode](applepayontheweb/applepayrequestbase/shippingcontacteditingmode.md)
