---
title: ApplePayContactField
framework: applepayontheweb
role: symbol
role_heading: Enumeration
path: applepayontheweb/applepaycontactfield
---

# ApplePayContactField

Field names for requesting contact information in a payment request.

## Declaration

```data
enum ApplePayContactField
```

## Mentioned in

Apple Pay on the Web Version 3 Release Notes

## Overview

Overview Contact field values (available in all versions of the API): "email" "name" "phone" "postalAddress" Contact field values available starting in API version 3:`` "phoneticName"

## Topics

### Enumeration Cases

- [email](applepayontheweb/applepaycontactfield/email.md)
- [name](applepayontheweb/applepaycontactfield/name.md)
- [phone](applepayontheweb/applepaycontactfield/phone.md)
- [phoneticName](applepayontheweb/applepaycontactfield/phoneticname.md)
- [postalAddress](applepayontheweb/applepaycontactfield/postaladdress.md)

## See Also

### Requesting billing and shipping contact information

- [requiredBillingContactFields](applepayontheweb/applepaypaymentrequest/requiredbillingcontactfields.md)
- [requiredShippingContactFields](applepayontheweb/applepaypaymentrequest/requiredshippingcontactfields.md)
- [shippingContactEditingMode](applepayontheweb/applepaypaymentrequest/shippingcontacteditingmode.md)
- [ApplePayShippingContactEditingMode](applepayontheweb/applepayshippingcontacteditingmode.md)
