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

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

Syntax

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

Parameters

amount
Type: System..::..Decimal
The new calculated recognized cash amount.

See Also