Passcodes class abstract
Passcodes
Properties:
- adminMenuPin - The passcode for the Admin menu and the Settings menu.
- refundPin - The passcode for referenced and unreferenced refunds on standalone terminals.
- screenLockPin - The passcode to unlock the terminal screen after a timeout.
- txMenuPin - The passcode for the Transactions menu.
- Annotations
-
- @BuiltValue.new()
Constructors
- Passcodes([void updates(PasscodesBuilder b)])
-
factory
Properties
- adminMenuPin → String?
-
The passcode for the Admin menu and the Settings menu.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- refundPin → String?
-
The passcode for referenced and unreferenced refunds on standalone terminals.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- screenLockPin → String?
-
The passcode to unlock the terminal screen after a timeout.
no setter
- txMenuPin → String?
-
The passcode for the Transactions menu.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(PasscodesBuilder)) → Passcodes -
Rebuilds the instance.
inherited
-
toBuilder(
) → PasscodesBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
Passcodes> -
no setter