---
title: defaultTippingOptions
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridecompletionstatus/defaulttippingoptions
---

# defaultTippingOptions

An array of default tip amounts to display to the user.

## Declaration

```swift
var defaultTippingOptions: Set<INCurrencyAmount>? { get set }
```

## Discussion

Discussion When requesting tip feedback, use this property to specify a set of default tip amounts. Specify up to three tip amounts. Siri or Maps display this information when gathering feedback from the user.

## See Also

### Requesting Feedback About the Ride

- [feedbackType](intents/inridecompletionstatus/feedbacktype.md)
- [INRideFeedbackTypeOptions](intents/inridefeedbacktypeoptions.md)
