Gets the CFinancialEntity object that corresponds to the CashAccountCode property and the supplied CBatch.

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

Syntax

C#
public CFinancialEntity GetCashAccountFinancialEntity(
	CBatch batch
)
Visual Basic (Declaration)
Public Function GetCashAccountFinancialEntity ( _
	batch As CBatch _
) As CFinancialEntity
Visual C++
public:
CFinancialEntity^ GetCashAccountFinancialEntity(
	CBatch^ batch
)

Parameters

batch
Type: Asi.iBO.Financials..::.CBatch
The batch that this payment will go into.

Return Value

The appropriate Financial Entity given the CashAccountCode and CBatch

See Also