Sets the GL Account number 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 SetTransPAYGlAccount(
	string glAccount
)
Visual Basic (Declaration)
Protected Sub SetTransPAYGlAccount ( _
	glAccount As String _
)
Visual C++
protected:
void SetTransPAYGlAccount(
	String^ glAccount
)

Parameters

glAccount
Type: System..::.String
The general ledger account number to associate with the PAY transaction

See Also