Gets the Last Payment Due Date and Value.

The "date" is inclusive of DateAsAt, and if there are more than one value due on a day the "value" is the sum of all payments due. Only posted transactions are included.

Syntax

finAccount.GetLastPaymentDue(date, value, [dateAsAt])

Parameters

NameTypeOptionalByRefDescription
date Date ByRef The Last Payment Due Date.
value Decimal ByRef The Last Payment Due Value.
dateAsAt Date Optional The Date As At. If omitted includes all posted transactions. If omitted, a value of ISRuntime.OptionalNullDate is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
finAccount
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0