---
title: amountDue
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbilldetails/amountdue
---

# amountDue

The amount due for the bill.

## Declaration

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

## Discussion

Discussion Use this property to specify the total amount due for the bill, as reported by the payee. This value must be greater than or equal to the value in the minimumDue property.

## See Also

### Getting the Bill Amount

- [minimumDue](intents/inbilldetails/minimumdue.md)
- [dueDate](intents/inbilldetails/duedate.md)
- [lateFee](intents/inbilldetails/latefee.md)
