TinkoffAcquiringConfig class abstract

Класс позволяет конфигурировать SDK.

Implementers

Constructors

TinkoffAcquiringConfig.credential({required String terminalKey, String? password, bool isDebugMode, BaseLogger logger})
Создает экземпляр класса для конфигурирования SDK, через terminalKey и password.
factory
TinkoffAcquiringConfig.proxy({required String proxyDomain, String proxyPath, ProxyMapping? mapping, Map<String, String>? globalHeaders, bool isDebugMode, BaseLogger logger})
Создает экземпляр класса для конфигурирования SDK, через proxy
factory
TinkoffAcquiringConfig.token({required String terminalKey, bool isDebugMode, BaseLogger logger})
Создает экземпляр класса для конфигурирования SDK, через terminalKey при работе с signToken
factory

Properties

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

Methods

apiUrl(String methodPath) Uri
Api Uri (/v2/) до Tinkoff Acquiring
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

Operators

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