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

# price

The discount price of the product in the local currency.

## Declaration

```swift
var price: NSDecimalNumber { get }
```

## Discussion

Discussion Use the priceLocale to format the price.

## See Also

### Getting Price and Payment Mode

- [priceLocale](storekit/skproductdiscount/pricelocale.md)
- [paymentMode](storekit/skproductdiscount/paymentmode-swift.property.md)
- [SKProductDiscount.PaymentMode](storekit/skproductdiscount/paymentmode-swift.enum.md)
