Gets a Hashtable of all of the dues related products, i.e., products with a product type of 'DUES','SUB','CHAPT','VOL','SEC', or 'MISC'.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public Hashtable GetDuesProducts(
	IiMISUser user
)
Visual Basic
Public Function GetDuesProducts ( _
	user As IiMISUser _
) As Hashtable
Visual C++
public:
Hashtable^ GetDuesProducts(
	IiMISUser^ user
)

Parameters

user
Type: Asi.iBO..::..IiMISUser
The IiMISUser object providing the security credentials of the logged in user.

Return Value

A hashtable of qualifying CProduct items, keyed by ProductCode.

See Also