---
title: displayPrice
framework: storekit
role: symbol
role_heading: Instance Property
path: storekit/product/displayprice
---

# displayPrice

The localized string representation of the product price, suitable for display.

## Declaration

```swift
let displayPrice: String
```

## Discussion

Discussion Use this string to display the price, formatted for the locale. The storefront that the user’s device is connected to determines the locale. For more information, see Storefront. To perform arithmetic calculations with the price, use the price property instead.

## See Also

### Displaying a product description and price

- [displayName](storekit/product/displayname.md)
- [description](storekit/product/description.md)
- [price](storekit/product/price.md)
- [priceFormatStyle](storekit/product/priceformatstyle.md)
- [subscriptionPeriodFormatStyle](storekit/product/subscriptionperiodformatstyle.md)
- [subscriptionPeriodUnitFormatStyle](storekit/product/subscriptionperiodunitformatstyle.md)
