---
title: isOutstanding
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridecompletionstatus/isoutstanding
---

# isOutstanding

A Boolean indicating whether payment is still outstanding.

## Declaration

```swift
var isOutstanding: Bool { get }
```

## Discussion

Discussion The value of this property is true when your ride service is still waiting for payment from the user. It is false after the user successfully paid for the ride. The method you use to create an instance of this class automatically sets the value of this property.

## See Also

### Getting the Status Information

- [isCompleted](intents/inridecompletionstatus/iscompleted.md)
- [isCanceled](intents/inridecompletionstatus/iscanceled.md)
- [isMissedPickup](intents/inridecompletionstatus/ismissedpickup.md)
- [paymentAmount](intents/inridecompletionstatus/paymentamount.md)
