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

# billingContact

The customer’s billing contact information.

## 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

### Known contact information

- [shippingContact](applepayontheweb/applepayrequest/shippingcontact.md)
- [shippingContactEditingMode](applepayontheweb/applepayrequest/shippingcontacteditingmode.md)
- [ApplePayPaymentContact](applepayontheweb/applepaypaymentcontact.md)
- [ApplePayShippingContactEditingMode](applepayontheweb/applepayshippingcontacteditingmode.md)
