Sets the Balance on the COrder. Only available to derived classes.

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

Syntax

C#
protected void SetBalance(
	decimal amount
)
Visual Basic (Declaration)
Protected Sub SetBalance ( _
	amount As Decimal _
)
Visual C++
protected:
void SetBalance(
	Decimal amount
)

Parameters

amount
Type: System..::.Decimal
The new calculated balance amount.

See Also