Bill non-dues subscriptions for the given effective date.

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

Syntax

C#
public void BillNonDuesSubscriptions(
	DateTime effectiveDate
)
Visual Basic
Public Sub BillNonDuesSubscriptions ( _
	effectiveDate As DateTime _
)
Visual C++
public:
void BillNonDuesSubscriptions(
	DateTime effectiveDate
)

Parameters

effectiveDate
Type: System..::..DateTime
Bill for non-dues effective on this date.

See Also