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.2.0

Syntax

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

Parameters

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.

Return Value

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

See Also