Bill non-dues subscriptions for the given product 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 BillSingleNonDuesSubscription(
	string productCode,
	DateTime effectiveDate
)
Visual Basic
Public Sub BillSingleNonDuesSubscription ( _
	productCode As String, _
	effectiveDate As DateTime _
)
Visual C++
public:
void BillSingleNonDuesSubscription(
	String^ productCode, 
	DateTime effectiveDate
)

Parameters

productCode
Type: System..::..String
Product to bill
effectiveDate
Type: System..::..DateTime
Bill for product effective on this date.

See Also