Gets the Contractual Overdue Balance of an Account, optionally "As At" a date.

Syntax

finAccount.GetBalanceOverdueContractual(balanceOverdueContractual, [dateAsAt], [overrideLimitOverdueToBalance], [limitOverdueToBalanceOverrider])

Parameters

NameTypeOptionalByRefDescription
balanceOverdueContractual Decimal ByRef The Contractual Overdue Balance calculated is returned here.
dateAsAt Date Optional Optionally a date as at. If Nothing is specified the Contractual Overdue Balance is calculated including all transactions. Additionally if Nothing is specified AND Today is after the Maturity date then the entire Balance is Overdue (but if Balance less than 0 then returns 0). If omitted, a value of ISRuntime.OptionalNullDate is assumed.
overrideLimitOverdueToBalance Boolean Optional Override the Account Type 'Limit the Overdue Balance to the balance of the Account?' setting? limitOverdueToBalanceOverrider parameters defines the overriding setting. If omitted, a value of False is assumed.
limitOverdueToBalanceOverrider Boolean Optional If overrideLimitOverdueToBalance = True, the setting to use. If omitted, a value of False 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