---
title: PassFields
framework: walletpasses
role: symbol
role_heading: Object
path: walletpasses/passfields
---

# PassFields

An object that represents the groups of fields that display information on the front and back of a pass.

## Declaration

```data
object PassFields
```

## Properties

additionalInfoFields: An object that represents fields that display in the Additional Info section below a pass. auxiliaryFields: An object that represents the fields that display additional information on the front of a pass. backFields: An object that represents the fields that display information on the back of a pass. headerFields: An object that represents the fields that display information at the top of a pass. primaryFields: An object that represents the fields that display the most important information on a pass. secondaryFields: An object that represents the fields that display supporting information on the front of a pass.

## Mentioned in

Creating a coupon pass Creating a generic pass Creating a store card pass

## Topics

### Adding content to the front of a pass

- [PassFields.PrimaryFields](walletpasses/passfields/primaryfields-data.dictionary.md)
- [PassFields.SecondaryFields](walletpasses/passfields/secondaryfields-data.dictionary.md)
- [PassFields.AuxiliaryFields](walletpasses/passfields/auxiliaryfields-data.dictionary.md)
- [PassFields.HeaderFields](walletpasses/passfields/headerfields-data.dictionary.md)

### Adding content to the back of a pass

- [PassFields.BackFields](walletpasses/passfields/backfields-data.dictionary.md)

### Adding content to the Additional Info section

- [PassFields.AdditionalInfoFields](walletpasses/passfields/additionalinfofields-data.dictionary.md)

## Relationships

### Inherited By

- [Pass.BoardingPass](walletpasses/pass/boardingpass-data.dictionary.md)
- [Pass.Coupon](walletpasses/pass/coupon-data.dictionary.md)
- [Pass.EventTicket](walletpasses/pass/eventticket-data.dictionary.md)
- [Pass.Generic](walletpasses/pass/generic-data.dictionary.md)
- [Pass.StoreCard](walletpasses/pass/storecard-data.dictionary.md)

## See Also

### Essentials

- [Creating a pass with Pass Designer](walletpasses/creating-a-pass-with-pass-designer.md)
- [Creating the Source for a Pass](walletpasses/creating-the-source-for-a-pass.md)
- [Building a Pass](walletpasses/building-a-pass.md)
- [Defining the metadata of your Wallet Pass](walletpasses/defining-the-metadata-of-your-wallet-pass.md)
- [Distributing and updating a pass](walletpasses/distributing-and-updating-a-pass.md)
- [Pass](walletpasses/pass.md)
