Enum AdjustmentResult
Specifies if an amount adjustment notification was handled correctly. 0 for success.
This field is returned in a standard TerminalStatus notification from terminal to ECR in case an AmtAdjustment notification as been sent from ECR to terminal.
The following values are valid:
Specification: unattended.
Namespace: SIX.TimApi.Constants
Assembly: TimApi.dll
Syntax
public enum AdjustmentResult
Fields
| Name | Description |
|---|---|
| FailAmountToHigh | The amount adjustment failed because adjusted amount is to high |
| FailRequestToLate | The amount adjustment failed because adjustment notification was sent to late |
| Ok | The amount adjustment was successful |
| Unknown | Invalid/unknown constant value. |