This returns a List of Available Account Types accounting for the following: <list> <item>Only Active items are included</item> <item>If this Account Type must be sold via Promotions then the Account Type will not be included if the current User is a Dealer and no Promotions for this Account Type are available to them</item> <item>The valid dates for a Promotion are not used; only whether the Promotion is closed or not since Account entry may be back-dated</item> <item>Any unlicensed Account Types will not be included</item> </list>
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| productId | String | The Product Id to filter by or a blank String to include all Product Types. | ||
| filterByAccountClassList | Boolean | Indicates whether to Filter By the Account Class list. | ||
| accountClassList | List(Of isefinAccountClass) | A List of Element Types to filter by. | ||
| branchId | String | The Branch to use to restrict available Account Types. |
An ISReadOnlyList(Of finAccountTypeRO) object.