---
title: freeTrial
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/product/subscriptionoffer/paymentmode-swift.struct/freetrial
---

# freeTrial

A payment mode of a product discount that indicates a free trial offer.

## Declaration

```swift
static let freeTrial: Product.SubscriptionOffer.PaymentMode
```

## Discussion

Discussion With a Free trial payment mode, customers pay nothing during the discount period.

## See Also

### Getting the payment modes

- [payAsYouGo](storekit/product/subscriptionoffer/paymentmode-swift.struct/payasyougo.md)
- [payUpFront](storekit/product/subscriptionoffer/paymentmode-swift.struct/payupfront.md)
