Do not use this where you already have an Account object or are going to make multiple calls to find Overdue details as at various date; instead use the finAccountOverdues object.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| accountPk | Integer | The primary key of the Account. | ||
| dateAsAt | Date | The Date As At for Overdues. | ||
| daysOverdue | Integer | ByRef | The number of Days (exclusive) Overdue. | |
| businessDaysOverdue | Integer | ByRef | The number of Business Days (exclusive) Overdue (based on this Account's Entity's Business Days Calendar). | |
| overdue | Decimal | ByRef | The amount Overdue. | |
| daysNotOverdue | Integer | ByRef | The number of Days (exclusive) that this Account has not been overdue if the Overdue amount is zero. | |
| businessDaysNotOverdue | Integer | ByRef | The number of Business Days (exclusive) since the Account has not been overdue if the Overdue amount is zero. |
A Boolean value indicating success.