Gets the Account's Pending Withdrawals.

<para>If dateAsAt = Nothing (or unspecified)</para> <list> <item>ALL incomplete Pending Withdrawals (i.e. with a status of "Pending") are included, regardless of the Pending Withdrawal's Date</item> </list> <para>If dateAsAt specified</para> <list> <item>Pending Withdrawals dated on/before dateAsAt and not Completed (or Cancelled) on/before dateAsAt</item> <item>Future dated Pending Withdrawals are NOT included</item> </list>

Syntax

finAccount.GetPendingWithdrawals(value, [dateAsAt], [futureValue], [reviewValue])

Parameters

NameTypeOptionalByRefDescription
value Decimal ByRef The Total Value of the incomplete Pending Withdrawals. See Remarks.
dateAsAt Date Optional The Date As At. If omitted, a value of ISRuntime.OptionalNullDate is assumed.
futureValue Decimal Optional ByRef Returns the value of incomplete Pending Withdrawals dated after "dateAsAt". If dateAsAt = Nothing (or unspecified) will return 0. If omitted, a value of 0 is assumed.
reviewValue Decimal Optional ByRef Returns the value of incomplete Pending Withdrawals that are past their review date. If dateAsAt = Nothing (or unspecified) will return 0. If omitted, a value of 0 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