Adds a transaction to this CBatch in the specified amount using a new DataServer.

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

Syntax

C#
public void AddTransaction(
	decimal amount
)
Visual Basic
Public Sub AddTransaction ( _
	amount As Decimal _
)
Visual C++
public:
void AddTransaction(
	Decimal amount
)

Parameters

amount
Type: System..::..Decimal
Amount of the transaction to be added.

See Also