---
title: lateFee
framework: intents
role: symbol
role_heading: Instance Property
path: intents/inbilldetails/latefee
---

# lateFee

The late fee to apply if the payment is late.

## Declaration

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

## Discussion

Discussion Use this property to specify the late fee, if any, that to apply if the user pays the bill after the due date.

## See Also

### Getting the Bill Amount

- [minimumDue](intents/inbilldetails/minimumdue.md)
- [amountDue](intents/inbilldetails/amountdue.md)
- [dueDate](intents/inbilldetails/duedate.md)
