Sets the RecognizedCashAmount on the COrder. Only available to derived classes.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
protected void SetRecognizedCashAmount( decimal amount ) |
| Visual Basic (Declaration) |
|---|
Protected Sub SetRecognizedCashAmount ( _ amount As Decimal _ ) |
| Visual C++ |
|---|
protected: void SetRecognizedCashAmount( Decimal amount ) |
Parameters
- amount
- Type: System..::.Decimal
The new calculated recognized cash amount.