Gets the Account's Credit Limit(s).

Syntax

finAccount.GetCreditLimits(dateAsAt, creditLimit1, creditLimit2, creditLimit3, [reference], [creditLimit1FutureChange], [creditLimit2FutureChange], [creditLimit3FutureChange])

Parameters

NameTypeOptionalByRefDescription
dateAsAt Date The Date As At.
creditLimit1 Decimal ByRef Credit Limit 1.
creditLimit2 Decimal ByRef Credit Limit 2.
creditLimit3 Decimal ByRef Credit Limit 3.
reference String Optional ByRef
creditLimit1FutureChange Boolean Optional ByRef Indicates whether Credit Limit 1 has Future Changes recorded (relative to dateAsAt). If omitted, a value of False is assumed.
creditLimit2FutureChange Boolean Optional ByRef Indicates whether Credit Limit 2 has Future Changes recorded (relative to dateAsAt). If omitted, a value of False is assumed.
creditLimit3FutureChange Boolean Optional ByRef Indicates whether Credit Limit 3 has Future Changes recorded (relative to dateAsAt). 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