CAdjustmentResult

public enum CAdjustmentResult

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.

  • ok

    The amount adjustment was successful

    Declaration

    Swift

    case ok
  • The amount adjustment failed because adjustment notification was sent to late

    Declaration

    Swift

    case failRequestToLate
  • The amount adjustment failed because adjusted amount is to high

    Declaration

    Swift

    case failAmountToHigh