---
title: overduePaymentAmount
framework: financekit
role: symbol
role_heading: Instance Property
path: financekit/accountcreditinformation/overduepaymentamount
---

# overduePaymentAmount

The amount by which the account is overdue for the current period.

## Declaration

```swift
let overduePaymentAmount: CurrencyAmount?
```

## Discussion

Discussion If not nil and minimumNextPaymentAmount is not nil then the minimumNextPaymentAmount has information about the next bill.

## See Also

### Instance Properties

- [creditLimit](financekit/accountcreditinformation/creditlimit.md)
- [minimumNextPaymentAmount](financekit/accountcreditinformation/minimumnextpaymentamount.md)
- [nextPaymentDueDate](financekit/accountcreditinformation/nextpaymentduedate.md)
