PayTerminal class abstract
Работа с терминалом по локальной сети
- Implementers
Constructors
Properties
- currentSession → dynamic
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
abortPay(
) → Future< void> -
addOrganization(
Object organization) → Future< bool> -
checkStatusCurrentOperation(
) → Future< String?> -
clearSession(
) → Future< void> -
close(
) → Future< void> -
connect(
) → Future< void> -
createPay(
dynamic paymentModel) → Future -
disconnect(
) → Future< void> -
getAllOrganization(
) → Future< List?> -
getAllTransaction(
) → Future< List< TransactionTerminalMain> ?> -
getSettings(
) → Future< Object?> -
init(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reconciliationOfResults(
) → Future< String?> - Сверка итогов
-
refoundPay(
) → Future< void> -
resetSettings(
) → Future< void> -
selectOrganization(
Object organization) → Future< bool> -
setSettingsJson(
Map< String, dynamic> json) → Future<void> -
setSettingsObject(
PosSettingsModel settingsModel) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited