Gets the monetary amount of the order that has been recognized as cash by the accounting system.

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

Syntax

C#
protected decimal RecognizedCashAmount { get; }
Visual Basic
Protected ReadOnly Property RecognizedCashAmount As Decimal
	Get
Visual C++
protected:
property Decimal RecognizedCashAmount {
	Decimal get ();
}

Field Value

The monetary amount of the order that has been recognized as cash by the accounting system.

Remarks

There are several business rules surrounding payment types and order cancellation in iMIS regarding this property and the system setting for when to recognize credit card payments as prepaid cash. Consult the iMIS system help for more details.

See Also