<!--
{
  "availability" : [
    "iOS: 11.0.0 -",
    "iPadOS: 11.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SiriKit",
  "identifier" : "/documentation/Intents/INCancelRideIntentResponse/cancellationFee",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "Intents"
    ],
    "preciseIdentifier" : "c:objc(cs)INCancelRideIntentResponse(py)cancellationFee"
  },
  "title" : "cancellationFee"
}
-->

# cancellationFee

The cancellation fee charged by your service.

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

## Discussion

SiriKit communicates your cancellation fee to the user as part of the confirmation process. Specify a value for the [`cancellationFeeThreshold`](/documentation/Intents/INCancelRideIntentResponse/cancellationFeeThreshold) property if cancellation fees apply only after a period of time has elapsed.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)