---
title: SKProductDiscount.PaymentMode.freeTrial
framework: storekit
role: symbol
role_heading: Case
path: storekit/skproductdiscount/paymentmode-swift.enum/freetrial
---

# SKProductDiscount.PaymentMode.freeTrial

A constant that indicates that the payment mode is a free trial.

## Declaration

```swift
case freeTrial
```

## Mentioned in

Implementing introductory offers in your app

## Discussion

Discussion With a free trial payment mode, the price is 0, so users pay nothing during the discount period.

## See Also

### Discount Price Payment Modes

- [SKProductDiscount.PaymentMode.payAsYouGo](storekit/skproductdiscount/paymentmode-swift.enum/payasyougo.md)
- [SKProductDiscount.PaymentMode.payUpFront](storekit/skproductdiscount/paymentmode-swift.enum/payupfront.md)
