TerminalCapabilities

Describes the capabilities of the terminal for processing card interactions.

This enum defines the types of card interaction methods supported by a terminal, * such as manual key entry, magnetic swipe, insert only, or tap and insert. * It provides a way to capture demographic-like data about the terminal's capabilities, which may be required for reporting to state processors.

Entries

Link copied to clipboard

This terminal supports only manual key entry.

Link copied to clipboard

This terminal supports only magnetic swipe card interactions.

Link copied to clipboard

This terminal supports only card insertion interactions.

Link copied to clipboard

This terminal supports either card tapping or card insertion interactions.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard

The string representation of the terminal capability.

Inherited properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.