---
title: paymentDate
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbilldetails/paymentdate
---

# paymentDate

The scheduled payment date for the bill.

## Declaration

```swift
var paymentDate: DateComponents? { get set }
```

## Discussion

Discussion Use this property to specify the scheduled payment date for the bill. When specifying a payment date, be as specific as possible. If you’re unable to give a precise date and time when payment is to occur, you may specify a date range indicating the window for payment to occur. Always ensure that you make payments at the specified time.

## See Also

### Accessing the Bill Information

- [billPayee](intents/inbilldetails/billpayee.md)
- [paymentStatus](intents/inbilldetails/paymentstatus.md)
- [billType](intents/inbilldetails/billtype.md)
