---
title: dueDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inpaybillintent/duedate
---

# dueDate

The due date of the payment.

## Declaration

```swift
@NSCopying var dueDate: INDateComponentsRange? { get }
```

## Discussion

Discussion Use this property to get the date by which the payer must make a payment to the payee. The first date in the range represents the due date for the payment and the last date represents the deliquent date. For example, a mortgage payment might be due on the first of the month but the payment isn’t considered delinquent until several weeks later.

## See Also

### Getting the Bill Information

- [billPayee](intents/inpaybillintent/billpayee.md)
- [billType](intents/inpaybillintent/billtype.md)
