---
title: cancellationFee
framework: intents
role: symbol
role_heading: Instance Property
path: intents/incancelrideintentresponse/cancellationfee
---

# cancellationFee

The cancellation fee charged by your service.

## Declaration

```swift
@NSCopying var cancellationFee: INCurrencyAmount? { get set }
```

## Discussion

Discussion SiriKit communicates your cancellation fee to the user as part of the confirmation process. Specify a value for the cancellationFeeThreshold property if cancellation fees apply only after a period of time has elapsed.

## See Also

### Specifying Cancellation Fees

- [cancellationFeeThreshold](intents/incancelrideintentresponse/cancellationfeethreshold.md)
