---
title: paymentAmount
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inridecompletionstatus/paymentamount
---

# paymentAmount

The amount paid or still outstanding for the ride.

## Declaration

```swift
var paymentAmount: INCurrencyAmount? { get }
```

## Discussion

Discussion When you use the completed(settled:) method to create instances of this class, this property stores the final amount paid by the user for the ride. When you use the completed(outstanding:) method to create instances of this class, this property stores any unpaid costs that your app and must settle. Use the isOutstanding property to determine if the user still needs to pay the amount in this property.

## See Also

### Getting the Status Information

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