DeviceType enum

The reader’s device type.

Inheritance
Available extensions

Values

chipper1X → const DeviceType

Chipper 1X aka Chip & Swipe

chipper2X → const DeviceType

The BBPOS Chipper 2X BT mobile reader.

stripeM2 → const DeviceType

The Stripe Reader M2 mobile reader.

tapToPay → const DeviceType

Tap To Pay reader.

verifoneP400 → const DeviceType

The Verifone P400 countertop reader.

wiseCube → const DeviceType

Wisecube aka Wisepad 2 aka Tap & Chip.

wisePad3 → const DeviceType

The BBPOS WisePad 3 mobile reader.

wisePad3s → const DeviceType

The BBPOS WisePad 3S mobile reader.

wisePosE → const DeviceType

The BBPOS WisePOS E countertop reader.

wisePosEDevkit → const DeviceType

The BBPOS WisePOS E DevKit countertop reader.

etna → const DeviceType

ETNA.

stripeS700 → const DeviceType

Stripe Reader S700.

stripeS700Devkit → const DeviceType

Stripe Reader S700 DevKit.

stripeS710 → const DeviceType

Stripe Reader S710.

stripeS710Devkit → const DeviceType

Stripe Reader S710 DevKit.

verifoneV660p → const DeviceType

Verifone V660p

verifoneM425 → const DeviceType

Verifone M425

verifoneM450 → const DeviceType

Verifone M450

verifoneP630 → const DeviceType

Verifone P630

verifoneUX700 → const DeviceType

Verifone UX700

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<DeviceType>
A constant List of the values in this enum, in order of their declaration.