Sets the Financial Entity Code to be used on the PAY Transaction when saving the COrder.

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

Syntax

C#
protected void SetTransPAYGlAcctFinancialEntityCode(
	string financialEntityCode
)
Visual Basic (Declaration)
Protected Sub SetTransPAYGlAcctFinancialEntityCode ( _
	financialEntityCode As String _
)
Visual C++
protected:
void SetTransPAYGlAcctFinancialEntityCode(
	String^ financialEntityCode
)

Parameters

financialEntityCode
Type: System..::.String
The key to a CFinancialEntity with which the PAY transaction should be associated

See Also