---
title: cancellationFeeThreshold
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incancelrideintentresponse/cancellationfeethreshold
---

# cancellationFeeThreshold

The amount of time that must elapse before cancellation fees apply.

## Declaration

```swift
var cancellationFeeThreshold: DateComponents? { get set }
```

## Discussion

Discussion Use this property to specify the time after which cancellation fees apply. If cancellation fees apply immediately after booking, set this property to nil. The default value of this property is nil.

## See Also

### Specifying Cancellation Fees

- [cancellationFee](intents/incancelrideintentresponse/cancellationfee.md)
