Pay for any subscriptions that are due for a given contact.

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

Syntax

C#
public static CErrors PayDues(
	DataServer server,
	CContact contact,
	ref CPayment payment,
	string batchNumber
)
Visual Basic
Public Shared Function PayDues ( _
	server As DataServer, _
	contact As CContact, _
	ByRef payment As CPayment, _
	batchNumber As String _
) As CErrors
Visual C++
public:
static CErrors^ PayDues(
	DataServer^ server, 
	CContact^ contact, 
	CPayment^% payment, 
	String^ batchNumber
)

Parameters

server
Type: Asi.iBO..::..DataServer
The DataServer instance to be used for any database activity.
contact
Type: Asi.iBO.ContactManagement..::..CContact
The CContact object whose subscriptions should be examined.
payment
Type: Asi.iBO.Financials..::..CPayment%
The CPayment object to use to pay for the subscriptions.
batchNumber
Type: System..::..String
The indication of which batch should be used for this processing.

Return Value

A collection of any errors that may have occurred during this processing.

See Also