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.2.0

Syntax

C#
public decimal RecognizedCashAmount { get; }
Visual Basic (Declaration)
Public ReadOnly Property RecognizedCashAmount As Decimal
Visual C++
public:
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