TinkoffAcquiringConfigToken class

Создает экземпляр класса для конфигурирования SDK, через terminalKey при работе с signToken

Inheritance

Constructors

TinkoffAcquiringConfigToken({required String terminalKey, bool isDebugMode = true, BaseLogger logger = const Logger()})
Создает экземпляр класса для конфигурирования SDK, через terminalKey при работе с signToken
const

Properties

hashCode int
The hash code for this object.
no setterinherited
isDebugMode bool
Параметр для работы с debug сервером
finalinherited
logger BaseLogger
Позволяет использовать свой логгер или заданный
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
terminalKey String
Идентификатор терминала. Выдается продавцу банком при заведении терминала
final

Methods

apiUrl(String methodPath) Uri
Api Uri (/v2/) до Tinkoff Acquiring
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
url(String path) Uri
Uri (/) до Tinkoff Acquiring
inherited

Operators

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