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

# price

The decimal representation of the cost of the product, in local currency.

## Declaration

```swift
let price: Decimal
```

## Discussion

Discussion Use this property to perform arithmetic calculations with the price of the product. For a localized string representation of the price to display to customers, use the displayPrice property instead.

## See Also

### Displaying a product description and price

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