Generates the CTransRow entries for a Dues payment event.

Namespace:  Asi.iBO.Financials
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public bool DuesPaymentEvent(
	DataServer server,
	CSubscription[] subscriptions,
	CBatch batch,
	CPayment payment
)
Visual Basic (Declaration)
Public Function DuesPaymentEvent ( _
	server As DataServer, _
	subscriptions As CSubscription(), _
	batch As CBatch, _
	payment As CPayment _
) As Boolean
Visual C++
public:
bool DuesPaymentEvent(
	DataServer^ server, 
	array<CSubscription^>^ subscriptions, 
	CBatch^ batch, 
	CPayment^ payment
)

Parameters

server
Type: Asi.iBO..::.DataServer
The DataServer object to use.
subscriptions
Type: array< Asi.iBO.Commerce..::.CSubscription >[]()[]
Array of CSubscription objects.
batch
Type: Asi.iBO.Financials..::.CBatch
The CBatch object to use.
payment
Type: Asi.iBO.Financials..::.CPayment
The CPayment object to use.

Return Value

True if the error count is zero; false otherwise.

See Also