DisplayType

public enum DisplayType

DisplayType is a data element used in presenting customer content which qualifies the information to display. This enumeration is used for the POS to request content to be displayed on the terminal.

Enum Constants

DISPACTION

public static final DisplayType DISPACTION

DISPACTION DisplayType displays on the terminal an action to be performed by the customer during a transaction.

DISPERROR

public static final DisplayType DISPERROR

DISPERROR DisplayType displays an error condition on the terminal during a transaction.

DISPINFO

public static final DisplayType DISPINFO

DISPINFO DisplayType displays the standard information communicated on the terminal during a transaction.

DISPSTATUS

public static final DisplayType DISPSTATUS

DISPSTATUS DisplayType displays a status update, such as check verified successfully, on the terminal during a transaction.